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 2024-02-07
Attendees
Agenda
catch_unwind()
?catch_unwind()
?catch_unwind()
?^c:\program files (x86)\some\thing.exe
Discussed Topics
Release 0.90.1
No issues reported
Panics
Let's wrap entire Nushell into catch_unwind(). We might need to pull out the Miette stuff and just use vanilla std::panic::catch_unwind().
Kubouch to talk with Jack/ayax79
Ed talked about some internal panics occuring. The new "fix" that doesn't exist yet should help with panics globally. Ed's issue has the panic label on it.
Help organize PRs for release notes
Kubouch - Should we put PRs in a milestone to make things easier to make release notes?
We need to do something better because it's always a rush and difficult to compile.
Maybe if we did a better job labels to query on.
There are labels that start with
pr:
. So use these labels when the PR is landed and add the issue to the milestone.Backticks
All backtick words are bare words and can become strings.
Reedline
Use sophia's special forgetting.
git s<tab>
showsgit status
hitting up again shows
git status | something | else
but does not show thegit status
proceeding it.Issues