MD004 - Unordered list styleTags: bullet, ulAliases: ul-styleParameters:style: List style (string, default consistent, values asterisk / consistent / dash / plus / sublist)Fixable: Some violations can be fixed by toolingThis rule is triggered when the symbols used in the document for ...
5 - MD004 / ul-style Unordered list style [Expected: dash; Actual: asterisk] From my understanding of theCommonMark spec, this is allowed. Also, it's the only way to differentiate between different lists where there are only blank lines between them: Changing the bullet or ordered list del...
textAttributes.addParagraphStyleAttributes([.listItemBulletString:"🌼"], forElementWithKinds:.unorderedSublist) // Customize numbered list item labels format and distance between label and paragraph textAttributes.addParagraphStyleAttributes([.listItemNumberFormat:"(%02ld)", ...
Bullet listsEach item in the list will display a solid circle if it starts with – symbol where as solid square symbol will be displayed if list starts with * symbol. The following example explains this feature −The rendered markdown shows up as below −HyperlinksMark...
Tags: bullet, ul Aliases: ul-style Parameters: style ("consistent", "asterisk", "plus", "dash", "sublist"; default "consistent") This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style: ...
If you want a thematic break in a list item, use a different bullet:Example 31 - Foo - * * * <ul> <li>Foo</li> <li> <hr /> </li> </ul> 4.2ATX headings An ATX heading consists of a string of characters, parsed as inline content, between an opening sequence of 1–6 ...
MD004 - Unordered list style Tags: bullet, ul Aliases: ul-style Parameters: style: List style (string, default consistent, values asterisk / consistent / dash / plus / sublist) Fixable: Some violations can be fixed by tooling This rule is triggered when the symbols used in the document for...
A Node.js style checker and lint tool for Markdown/CommonMark files. - markdownlint/schema/markdownlint-config-schema.json at main · gp66msi/markdownlint
There is no fortrabbit logo as graphic file. To create the brand logo just type: "• fortrabbit" — bullet character, a normal space and then name of the company with a f. Use theGeorgia Typefacein bold and italic. Use lot's of whitespace around the logo, don't put other text ne...
Sublists work like other block elements inside list items; they must be indented past the bullet or numerical list marker (but no more than three spaces past, or they will be interpreted as indented code).ATX headersATX headers must have a space after the initial ###s....