(md-to-html-string"Footnotes will appear automatically numbered with a link to the footnote at bottom of the page [^footnote1].[^footnote1]: The footnote will contain a back link to to the referring text.":footnotes?true) Metadata
To render a numbered list as is done by <ol> tag of HTML, the First item in the list should be numbered as 1. Subsequent items may be given any number. It will be rendered serially when the markdown cell is run. To show an indented list, press tab key and start first item in ...
forElementWithKinds:.unorderedSublist) // Customize numbered list item labels format and distance between label and paragraph textAttributes.addParagraphStyleAttributes([.listItemNumberFormat:"(%02ld)", .listItemLabelIndent:30], forElementWithKinds:.orderedList) ...
Place text in `backticks` to mark code; on your keyboard these usually share a key with tilde, ~. * You can write bullets by starting with an asterisk then a space. * Indent your asterisks to create sublists 1. You can write numbered listed by starting with 1. 1. Subsequent items c...
``` clojure (md-to-html-string "Footnotes will appear automatically numbered with a link to the footnote at bottom of the page [^footnote1]. [^footnote1]: The footnote will contain a back link to to the referring text." :footnotes? true) ```...
(md-to-html-string"Footnotes will appear automatically numbered with a link to the footnote at bottom of the page [^footnote1].[^footnote1]: The footnote will contain a back link to to the referring text.":footnotes?true) Metadata