>> Quote 2-1: Where your treasure is, there will your heart be also. (第二段嵌套的新一层引用) 4. 列表 (List) (1) 有序列表 (Ordered Lists) 有序列表的第1行必须由 "1." 起始,与文本之间应留有1个空格. (其他行的行序可以是任意整数,即不必以数学顺序编码) 可以通过缩进嵌套子列表 (子...
Ctrl + Shift + O插入有序列表Insert ordered list Ctrl + Shift + P打开插入PRE对话框Open Preformat...
Begin each list item on a new line. In a Markdown file or widget, enter two spaces prior to the line break to begin a new paragraph, or enter two line breaks consecutively to begin a new paragraph. Ordered or numbered lists Example: Markdown Copy 1. First item. 1. Second item. 1...
Begin each list item on a new line. In a Markdown file or widget, enter two spaces before the line break to begin a new paragraph or enter two line breaks consecutively to begin a new paragraph. Ordered or numbered lists Example: markdown 复制 1. First item. 1. Second item. 1. Th...
The<abbrtitle="Hyper Text Markup Language">HTML</abbr>specification is maintained by the<abbrtitle="World Wide Web Consortium">W3C</abbr>. 效果如下: 字符效果和横线等 删除线删除线(开启识别HTML标签时) 斜体字斜体字 粗体粗体 粗斜体粗斜体
2. This list is ordered. > This is a quote. > > > This is a quote inside a quote. > > - This is a list in a quote. > - Another item in the quote list. Here's how to include an image with alt text and a title:  斜体字斜体字 粗体粗体 粗斜体粗斜体 ...
Select language feature traitsThe following shows the trait selection for traditional Markdown.class MyMarkdown extends Parser { // include block element parsing using traits use block\CodeTrait; use block\HeadlineTrait; use block\HtmlTrait { parseInlineHtml as private; } use block\ListTrait { /...
code(string code, string language) blockquote(string quote) html(string html) heading(string text, number level) hr() list(string body, boolean ordered) listitem(string text) paragraph(string text) table(string header, string body) tablerow(string content) ...