Create a bulletpoint list of UX design brainstorming techniques - just a name and a single sentence describing each. Respond using standard markdown. Then I get: Here's a bulletpoint list of UX design brainstorming techniques using standard markdown: - **Mind Mapping**: Create a visual dia...
You can use either a dash (-) or asterisk (*) to format a bullet point list. To make a list, use either of the symbols above, a space, then the information you are listing, like so: - Item 1 - Item 2 * Item 3 When you hit "Enter", the message will look like this: As me...
ol: (Ordered List): Converts text into a numbered list format. ul: (Unordered List): Converts text into a bullet point list.checklist: Adds checkboxes to your text, making it great for tasks, to-do lists, or tracking completion status. preview: Toggles the real-time markdown preview. E...
Creating Bullets in Markdown To create a bullet point, there are 3 different syntaxes that are supported by the default Markdown: * + – Using any of these symbols starts an unordered list in the output. Check out the following example: * item 1 * item 2 * item 3 It’s equivalent t...
The default configuration defines block parsers with names LinkReference, IndentedCode, FencedCode, Blockquote, HorizontalRule, BulletList, OrderedList, ATXHeading, HTMLBlock, and SetextHeading. after?: string When given, the parser will be installed directly after the parser with the given name...
Headings fromh1throughh6are constructed with a#for each level: 代码语言:javascript 复制 # h1 Heading ## h2 Heading ### h3 Heading ### h4 Heading ### h5 Heading ### h6 Heading Renders to: h1 Heading h2 Heading h3 Heading h4 Heading...
"markdown-checkbox.typeOfBulletPoint":"-", "markdown-checkbox.checkmark":"x" } 插件提供了Ctrl + Shift + Enter来标记完成。可在 VS Code 的右下角列出整个文档的checkbox,但遗憾的是只能进行checkbox的批量选中,无法直接跳转到checkbox的位置(往往选中前需要备注下处理方式等其他信息)。
You may use any of the following symbols to denote bullets for each list item: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 * valid bullet - valid bullet + valid bullet For example 代码语言:javascript 代码运行次数:0 运行 AI代码解释 + Lorem ipsum dolor sit amet + Consectetur adipiscing...
item. Inserting them using markdown is extremely fast and easy. For an unordered list, type a star (*) or a hyphen/dash (-) followed by a space before the first item's text in a list. When you hit enter, the text will automatically change to a bulletpoint item. For example, ...
I think I might have gotten it by putting it into a note of a bullet point as you suggested and then exporting that bullet point. It does work now but it still feels like I’m missing something, what does the empty space do for you? I’ve created a test outline here: https://...