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
T-lang planning meeting agenda
Attendance
Meeting roles
Announcements and other updates
(Anyone can feel free to add things here, tag it with your username.)
Proposed meetings
July 14 – no meeting (also, Felix has a conflict)
July 21 – Lang team process, part 2
July 28 – Structural equality (depending on Oli's scheduling constraints; may move to the 27th)
August 4 – next planning meeting, Niko on PTO
August 11 – Niko on PTO
Action item: update the issues and announce the meetings
Notes
Active initiatives
Planning board
Umbrella initiatives:
*
"const-evaluation" lang-team#22
Link: https://github.com/rust-lang/lang-team/issues/22
"async foundations" lang-team#33
Link: https://github.com/rust-lang/lang-team/issues/33
"const-generics" lang-team#51
Link: https://github.com/rust-lang/lang-team/issues/51
"project-safe-transmute" lang-team#21
Link: https://github.com/rust-lang/lang-team/issues/21
"Deref patterns" lang-team#88
Link: https://github.com/rust-lang/lang-team/issues/88
let-else statements
Link: https://github.com/rust-lang/rfcs/pull/3137
macro metavariable
Link: https://github.com/rust-lang/rust/issues/83527
"RFC 2229" lang-team#50
"never type stabilization" lang-team#60
Link: https://github.com/rust-lang/lang-team/issues/60
"ffi-unwind" lang-team#19
Link: https://github.com/rust-lang/lang-team/issues/19
Tracking Issue for denying trailing semicolons in expression macro bodies #79813
Link: https://github.com/rust-lang/rust/issues/79813
"inline-asm" lang-team#20
Link: https://github.com/rust-lang/lang-team/issues/20
Tracking Issue for #[instruction_set] attribute (RFC 2867) #74727
Link: https://github.com/rust-lang/rust/issues/74727
#[repr(instruction_set = "...")]
as an alternative spellingTracking issue for X.., ..X, and ..=X (#![feature(half_open_range_patterns)]) #67264