>> Quote 2-1: Where your treasure is, there will your heart be also. (第二段嵌套的新一层引用) 4. 列表 (List) (1) 有序列表 (Ordered Lists) 有序列表的第1行必须由 "1." 起始,与文本之间应留有1个空格. (其他行的行序可以是任意整数,即不必以数学顺序编码) 可以通过缩进嵌套子列表
## ordered list 1. Red 2. Green 3. Blue (5)任务列表 任务列表是带有标记为[]或[x](未完成或已完成)的项的列表。例如: - [ ] a task list item - [ ] list syntax required - [ ] normal **formatting**, @mentions, #1234 refs - [ ] incomplete - [x] completed 您可以通过...
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...
Markdown Syntax Images Admittedly, it’s fairly difficult to devise a “natural” syntax for placing images into a plain text document format. Markdown u ... sed html ide 数据 Markdown: Syntax Text Markdown: Syntax Text Markdown: Syntax===<ul id="ProjectSubmenu"> <li><a href="/proj...
Use the following syntax to create lists: To create an unordered list, start the line with a dash (-), asterisk (*), or plus sign (+). To create an ordered list, start the line with a number and a period (1.). Increment subsequent numbers to format each item in the ordered list...
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...
For unordered lists, just add a dash, asterisk, or plus symbol before each line in your list, like this: - Something - Another thing - Yet one more thing Ordered lists work the same, but with numbers and periods instead of dashes, like this: 1. First thing 2. Second thing 3. Third...
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: DigitalOcean Logo We also support some extra syntax for setting the width, height and ...
We use almost all of theKramdownextensions (seehttp://kramdown.gettalong.org/syntax.htmlfor a list of them). Two exceptions are: 1) HTML blocks – we don’t support HTML elements in our Markdown. 2) << becoming a left guillemet. We took this out when we created the external code sa...
<span>, <cite>, or <del> -- can be used anywhere in a Markdown paragraph, list item, or header. If you want, you can even use HTML tags instead of Markdown formatting; e.g. if you'd prefer to use HTML <a> or <img> tags instead of Markdown's link or image syntax, ...