Boostnote. 中鲜为人知的 Markdown 特性 这份备忘录提供了Boostnote中所有可用格式选项的简短说明
⚠️ 只在 Boostnote 中 有效
👉 打开 预览 来查看渲染情况
:capital_abcd: English Version
目录由以下方式生成:
快捷键:
[[Shift]]+[[ctrl]]+[[T]]菜单:
文件 / Generate / Update Markdown TOC
斜体
加粗
删除线
高亮
简单链接
: https://en.wikipedia.org/wiki/Microsoft_Notepad
命名链接
: Boostnote
自动链接
: - google.com
跳转至200行
: Go to line 200
- 任务 1
- 任务 2
引用 引用 引用
绿色文本 黄色文本 underlined
HTML 只有在你启用下面的设置才会生效: Menu: Preferences / Interface / Preview / Sanitization / Allow dangerous html tags
Emoji 短码: 📚 📝 👀 Emoji Unicode: 📚 📝 👀 完整Emoji列表
--> → <-- ← <-> ↔ ==> ⇒ <== ⇐ <=> ⇔
智能箭头只有开启以下设置才会生效: Menu: Preferences / Interface / Preview / Sanitization / Convert textual arrows to beautiful signs ⚠ This will interfere with using HTML comments in your Markdown.
Render: function () {
Return (
<Div className = “commentBox”>
<H1> Comments </ h1>
<CommentList data = {this.state.data} />
<CommentForm onCommentSubmit = {this.handleCommentSubmit} />
</Div>
);
}
- 列表项 1
- 列表项 2
- 有序列表第一项 第二行
- 另一个列表项
表格 | 很 | 酷 |
---|---|---|
列 3 是 | 右对齐的 | $1600 |
列 2 is | 中间对齐 | $12 |
斑马线 | 是必须的 | $1 |
跨列 |
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |
至少需要 3 个破折线来分割每个 header 最外的管道符号 | 是可选的,你无需手动格式化原始 Markdown 。你也可以使用行内 Markdown
Some Infor First Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Some Infor Second Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Some Infor Third Line - Lorem ipsum dolor sit amet, consetetur sadipscing eli
Boostnote 是一个 Markdown 记事本,也是一个用于管理和分享信息的工具
- 特性 -· 一次性查找备忘录的搜索共呢个 · 支持 Markdown
· 支持 Mac, Windows, Linux, iOS, Android
· 导入或导出普通文本 (.txt), Markdown (.md) 格式
· 支持PDF保存
· 支持离线使用
· 支持使用dropbox同步,也可在设置中使用其他网盘工具
* 支持多种主题颜色和字体
水平分割线由以下几种写法
1: Here’s one with multiple blocks.
2: Subsequent paragraphs are indented to show that they belong to the previous footnote.