or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Attendees
Agenda
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →type
towhich
to avoid confusion (#5196) => change the coloring$in
{ $in | command }
?release-note-mention
to highlight PRs that should be reflected in the release notes even if they are not breaking changesnew-command
to raise awareness for PRs introducing new commandsDiscussed Topics
Confusion on BSD with
type
command and relationship to nu'swhich
type
on WinBreaking changes policy
Detour: Docs are in a state of a few months ago
tutor
commandPlanned breaking changes:
Storm: moving
math
commandsSyntax to express (table types
JT's suggestion of having look-a-like type syntax
x: [int]
# list of intsx: {y: int}
# record of one fieldx: [{y: int}]
# table of one columncurrent proposal based on 1kinoti's PRs
describe
Not liked:
Conclusion for this meeting
General preference for the more explicit style
Table<...>
(benefit of the "nominal" type for containers that we could hide the implementation details or specialize in the future if we want a columnar table type or different maps instead of record)
Lightning round:
$in
let x = $in
is the same aslet x = ($in)
Issues