>> Quote 2-1: Where your treasure is, there will your heart be also. (第二段嵌套的新一层引用) 4. 列表 (List) (1) 有序列表 (Ordered Lists) 有序列表的第1行必须由 "1." 起始,与文本之间应留有1个空格. (其他行的行序可以是任意整数,即不必以数学顺序编码) 可以通过缩进嵌套子列表
五、无序列表(Unordered Lists)、有序列表(Ordered Lists) You may use any of the following symbols to denote bullets for each list item. + 我是中国人 - 我是中国人 * 我是中国人 我是中国人 我是中国人 我是中国人 + Lorem ipsum dolor sit amet + Consectetur adipiscing elit + Integer molestie...
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...
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 Copy 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标签时) 斜体字斜体字 粗体粗体 粗斜体粗斜体
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) ...
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: ![Alt text for screen readers](https://...
1Ruby23:Awonderfullanguage.45JavaScript67:LovelylittlelanguagethatreallyshineswhenyouaddCoffeeScriptto8themix.Thisisalongerentrytoseewhatitlookslikewhenitwrapsto9asecondline.1011Haskell12:Messeswithmyhead. Putting Footnotes Into Definition Lists You can include a footnote text in a list by putting two spa...
The <abbr title="Hyper Text Markup Language">HTML</abbr> specification is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>. 引用Blockquotes 引用文本 Blockquotes 引用的行内混合 Blockquotes 引用:如果想要插入空白换行即 标签,在插入处先键入两个以上的空格然后回车即可,普通链接。
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 { /...