You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
| title | date | tags | draft | blackfriday |
|---|---|---|---|---|
| Enabling/Disabling extensions (YAML) | 2017-08-02 | [blackfriday yaml] | false | [{extensionsmask [fencedCode strikethrough]} {extensions [tabSizeEight hardLineBreak]} {plainIDAnchors false} {hrefTargetBlank true} {smartDashes false} {fractions false} {angledQuotes true}] |
- Extensions enabled
tabSizeEight,hardLineBreak- Extensions disabled
fencedCode,strikethrough
Angled quotes enabled
"this"
Hard line break enabled
a b c
Plain ID Anchors disabled
Check the ID for all the headings in this post's HTML. The ID's will look something like:
<h2 id="plain-id-anchors-disabled:c94b2acd735ed6a466ef85be48bdea8c">Plain ID Anchors disabled</h2>
where :c94b2acd735ed6a466ef85be48bdea8c is the document ID.
Fractions disabled
2/5
Smart dashes disabled
a--b c--d
Fenced code disabled
Below, the code block language name will show up before the code.
(message "Hello")
Strikethrough disabled
not-canceled