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-08-09
Attendees
Agenda
$nothing
removal, Bikeshedding a type namedef main
invocationsexplore
?debug
andinspect
?Discussed Topics
$nothing
and type namenull
as the literal (reputation is yucky, but brevity/)$nothing
, but all the major integrations need to be checked (rememberlet-env
)nothing
$nothing
removal cleared first (breaking change verification)- 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 →def main
arguments get parsed weird?foo "3"
def main
Raw strings
https://github.com/nushell/nushell/pull/9956
Still have so many options?
Observation after making the change, different colorings for different string types possible, if having explicit
Probably not taking this syntax
But we want to look into having different syntax highlighting for the different string kinds
Survey
JT has set up google forms based on other surveys, Stefan will help out moving new questions in.
Reedline resize issues
Related issues:
ScrollUp/Down
NEEDS TO BE FIXED FOR 1.0!!!
explore
JT's experience with the modal behavior: not 1.0 ready with its clunky navigation?
cool factor of the TUI
Making it
extra
/feature gated?needs work, still attract additional contributors
Working with the output of the previous command
often requested
e.g.
http get
caching the big blob
Before
display_output
hook to just capture the structured dataIssues