X-Git-Url: https://git.ladys.computer/LesML/blobdiff_plain/33d2a2fe3248db2a2427270db8cb2a7e543163b604895600eb5172af76375ea5..c85f6059b3473759d14c45b1cbf890419d7d4d6d582a32892f1f12ded08dbfd6:/README.markdown?ds=sidebyside diff --git a/README.markdown b/README.markdown index 160c8c3..6b117a5 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@ # 💄📝 Les·M·L @@ -205,13 +205,12 @@ Markup within paragraphs is delimited with·out exception by pairs of - The characters `⸨` and `⸩` indicate parenthetical content (``). -- The characters `☞︎` and `☜︎` indicate strong importance - (``). - -- The characters `⹐` and `⹑` indicate emphasis (``). +- The characters `` ` `` and `´` indicate code (``). - The characters `⟪` and `⟫` indicate titles (``). +- The characters `⸶` and `⸷` indicate names (``). + - The characters `⟨` and `⟩` indicate offset text (``). This may be followed by a `@`, a language tag, and a `$` to provide the language of the text. @@ -219,7 +218,10 @@ Markup within paragraphs is delimited with·out exception by pairs of - The characters `⦃` and `⦄` indicate keyword highlighting (``). -- The characters `` ` `` and `´` indicate code (``). +- The characters `☞︎` and `☜︎` indicate strong importance + (``). + +- The characters `⹐` and `⹑` indicate emphasis (``). Once the tree is built as above, it is remediated into its final form by the following steps :⁠— @@ -241,10 +243,10 @@ Once the tree is built as above, it is remediated into its final form - Linebreaks in preformatted paragraphs are replaced with ``. Finally, any character can be escaped by instead providing its Unicode - codepoint in the form ``, where `NNNN` is one or more + codepoint in the form `{U+NNNN}`, where `NNNN` is one or more hexadecimal digits. Multiple codepoints may be provided separated by periods, as in - `` + `{U+WWWW.ZZZZ}` ## Usage