We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我发现我没有写的必要了, 把MWeb > Actions菜单中的全部功能执行一遍就行了, 而且每个都有快捷键. 100个👍🏻
MWeb > Actions
完全一样的markdown, 看看它们的差异.
hexo需要修正 github还不错 MWeb 完美
>
TAB>
>空格
hexo 请绕到后面.
OL前面代空白行
OL前面不代空白行
Blockquote中插入OL
item mongoose怎么用 #1 item mongoclient怎么用 #2 item jquery怎么用 #3
Blockquote中插入OL(附加一些文字)
text here item mongoose怎么用 #1 item mongoclient怎么用 #2 item jquery怎么用 #3 text here
text here
End.
This is line one
OL中插入code block需要tab缩进, 并且前后必须用空白行隔离
func test(){ print("ident with one tab") }
二级嵌套
hello
二级OL中插入code block需要用两个tab缩进
func test(){ print("ident with 2 tabs") }
OL中插入block quote
Blockquote以TAB>开始 后续的行不必以TAB>开始 This line just works 空白行必须加上> Blockquote中可以插入fenced code,但前后必须用带>号的空白行隔离 func 2TabsBe4Func(){ print("3 tabs before print") } another fenced code func 2TabsBe4Func(){ print("3 tabs before print") } 二级OL中的blockquote中OL 使用Tab缩进不行(看起来像个代码块): 1. item 1 * item 2 每行都必须加> item 1 item 2 item 3 不加的后果:
Blockquote以TAB>开始 后续的行不必以TAB>开始 This line just works
空白行必须加上> Blockquote中可以插入fenced code,但前后必须用带>号的空白行隔离
带>号的空白行
func 2TabsBe4Func(){ print("3 tabs before print") }
another fenced code
二级OL中的blockquote中OL 使用Tab缩进不行(看起来像个代码块):
1. item 1 * item 2
每行都必须加>
不加的后果:
呃..
End github/mweb
Blockquote中插入OL(hexo不能用*号, 第一行>后面要接上空格)
Hexo end
This is line one.
Hexo start
Blockquote以TAB>开始 后续的行不必以TAB>开始 This line just works 空白行必须加上> Blockquote中可以插入fenced code,但前后必须用带> 号的空白行隔离 func 2TabsBe4Func(){ print("3 tabs before print") } another fenced code func 2TabsBe4Func(){ print("3 tabs before print") } 二级OL中的blockquote中OL 使用Tab缩进不行(看起来像个代码块): 1. item 1 * item 2 每行都必须加> item 1 item 2 item 3 不加的后果:
空白行必须加上> Blockquote中可以插入fenced code,但前后必须用带> 号的空白行隔离
带> 号的空白行
Hexo end.
把这段代码放在git osc, github, hexo, mweb中查看不同环境下的差异 TODO
见这里: https://guides.github.com/features/mastering-markdown/ 还有这里: https://gist.github.com/clintel/1155906
The text was updated successfully, but these errors were encountered:
osc的用的不熟悉, 并且我一般都会在mweb中边写边预览. 贴到oschina中后. 规则/效果完全不一样. 有需要再研究
Sorry, something went wrong.
No branches or pull requests
markdown概述
常用
我发现我没有写的必要了, 把
MWeb > Actions
菜单中的全部功能执行一遍就行了, 而且每个都有快捷键. 100个👍🏻表现
完全一样的markdown, 看看它们的差异.
hexo需要修正
github还不错
MWeb 完美
总结
>
字符.TAB>
开始, 后续的行不必以TAB>
开始.>空格
开始, 空格不能少.github/mweb版
hexo 请绕到后面.
Ordered List
OL前面代空白行
OL前面不代空白行
Blockquote中插入OL
Blockquote中插入OL(附加一些文字)
End.
Nested Ordered List
This is line one
OL中插入code block需要tab缩进, 并且前后必须用空白行隔离
二级嵌套
hello
二级OL中插入code block需要用两个tab缩进
OL中插入block quote
End github/mweb
Hexo
Ordered List(hexo)
OL前面代空白行
OL前面不代空白行
Blockquote中插入OL(hexo不能用*号, 第一行>后面要接上空格)
Blockquote中插入OL(附加一些文字)
Hexo end
Nested Ordered List (hexo)
This is line one.
OL中插入code block需要tab缩进, 并且前后必须用空白行隔离
二级嵌套
Hexo start
二级OL中插入code block需要用两个tab缩进
OL中插入block quote
Hexo end.
源代码
把这段代码放在git osc, github, hexo, mweb中查看不同环境下的差异
TODO
参考
见这里: https://guides.github.com/features/mastering-markdown/
还有这里: https://gist.github.com/clintel/1155906
The text was updated successfully, but these errors were encountered: