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
Nushell core team meeting 2023-09-20
Attendees
Agenda
Discussed Topics
Release issues
Startup
[[[[[[[
worse case, possibly there was a problem even for sane parsesComplex type annotations
any
is still frequently neededrecord<...>
would be allowed in a more concrete requirementwe now have fuzz targets
Changes to the history
history_isolation
:history migrate
? as a command-> tracking issue and wait with making it default in a release
Long/multiline strings
Currently a bit unpleasant to type
Long strings examples:
Darren: the line editor will accept the example when pressing enter on the first line
Multiline strings example:
Jakub: should we have the python like triple quote strings. not closing the quote to continue (tricky due to leading whitespace semantics)
Related: multiline command invocations
\
as a line continuation + windows path separator a problem%
rarely used (missing new line indicator in some shells)Outstanding big issues: Making progress on the hard stuff
Scary to tackle, no progress from us at the moment
Reedline
portable-pty
library: https://docs.rs/portable-pty/latest/portable_pty/Parser
Span separation
can we move to ids, smaller than our current
Span
Spanned/UnspannedValue
Goal having those actual spans living with the AST. So no independent
Span
pairs (which would require separate GC), engine_state doesn't evict code currently anywaysIssues