-
Notifications
You must be signed in to change notification settings - Fork 7
Text symbols
Giorgio Garofalo edited this page Sep 28, 2024
·
5 revisions
Quarkdown features automatic text replacement for commonly used UTF-8 symbols.
Text is automatically replaced wherever inline content is accepted (e.g. paragraphs, blockquotes, boxes, ... - NOT code blocks/spans, math, URLs, ...).
Syntax | Rendered | Conditions |
---|---|---|
- | — | Preceded by a word character and a whitespace, followed by a whitespace and a word character. |
... | … | Either at the beginning or end of a word, not in-between. |
-> | → | |
<- | ← | |
=> | ⇒ | |
<== | ⇐ | |
>= | ≥ | |
<= | ≤ | |
!= | ≠ | |
+- | ± | |
' | ‘ | Not preceded by a word character, followed by a word character. |
' | ’ | Not preceded by a whitespace. |
" | “ | Not preceded by a word character, followed by a word character. |
" | ” | Not preceded by a whitespace, not followed by a word character. |
(C) | © | |
(R) | ® | |
(TM) | ™ |
Upon rendering, symbols are converted to HTML entities (e.g. ©
→ ©
).
- Syntax of a function call
- Declaring functions
- Dynamic typing
- Localization
- Including other Quarkdown files
- Importing external libraries
- Document metadata
- Theme
- Page format
- Page margin content
- Page counter
- Automatic page break
- Numbering
- Table of contents
- Stacks (row, column, grid)
- Align
- Container
- Box
- Collapsible
- Whitespace
- String
- Number
- Markdown content
- Boolean
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic