Heading 1 link h1
Heading 2 link h2
Heading 3 link h3
Heading 4 link h4
Heading 5 link h5
Heading 6 link h6
Admonitions link h2
format_quoteQuote
|
|
query_statsQuery
prompt_suggestionLatex export
sticky_note_2Note
lightbulbTip
starsImportant
errorCaution
keepPinned
warningWarning
descriptionExample
lyricsVerse
prompt_suggestionAscii export
Center
commentComment
Text styling link h2
Single formatting link h3
Bold
Italic
- Highlight
Double formatting link h3
Bold + italic
Bold + highlight
Italic + bold
Italic + highlight
- Highlight + bold
- Highlight + italic
Triple formatting link h3
Bold + italic + highlight
Bold + highlight + italic
Italic + bold + highlight
Italic + highlight + bold
- Highlight + bold + italic
- Highlight + italic + bold
Strikethrough
Lists link h3
List item 1
List item 2
List item 3
Numbered lists link h3
List item 1 logseq.order-list-type:: number
List item 2 logseq.order-list-type:: number
List item 3 logseq.order-list-type:: number
List with numbered children
List item 1 logseq.order-list-type:: number
List item 2 logseq.order-list-type:: number
List item 3 logseq.order-list-type:: number
Advanced commands link h2
Centered text
- Hugo:
<blockquote class="centered">Centered text</blockquote>
- Hugo:
Blockquote with “>”
- Hugo:
<blockquote><p>Blockquote with “>”</p></blockquote>
- Hugo:
Inline code with backticks
- Hugo:
<p><code>Blockquote with backticks</code></p>
- Hugo:
An external link: https://www.pbs.org/video/art21-fantasy/
- Hugo:
<a href="https://www.pbs.org/video/art21-fantasy/"target="_blank" rel="external noopener noreferrer me">https://www.pbs.org/video/art21-fantasy/</a>
- Hugo:
Pages link h2
Page reference link h3
Input:
[about](https://wonyoungjang.org/about/)
Output: About
Page embed link h3
Input:
{{embed [about](https://wonyoungjang.org/about/)}}
Output: {{embed About }}
Tags link h3
- #page
Blocks link h2
Block reference link h3
Input:
## About me
Output: ## About me
Block embed link h3
Input:
{{embed ## About me }}
Output: {{embed ## About me }}
Block properties link h3
Block block-property:: block-property
Block block-property:: block-property block-property-2:: block-property-2
Tables link h2
| Table | Table | Table | | Value | Value | Value |
Table Table Table Value Value Value
Tasks link h2
Tasks link h3
Tasks with priorities link h3
TODO [#A] A high priority task
TODO [#B] A medium priority task
TODO [#C] A low priority task
Task with deadline link h3
TODO Deadline DEADLINE: <2024-08-03 Sat>
TODO Deadline with time DEADLINE: <2024-08-03 Sat 14:00>
TODO Deadline with repeater DEADLINE: <2024-08-03 Sat .+1d>
TODO Deadline with time and repeater DEADLINE: <2024-08-03 Sat 14:00 .+1d>
TODO Scheduled SCHEDULED: <2024-08-03 Sat>
TODO Scheduled with time SCHEDULED: <2024-08-03 Sat 14:00>
TODO Scheduled with repeater SCHEDULED: <2024-08-03 Sat .+1d>
TODO Scheduled with time and repeater SCHEDULED: <2024-08-03 Sat 14:00 .+1d>
Other link h2
Calculator link h3
|
|
Cards link h3
- {{cards About }}
Cloze link h3
- {{cloze About }}
Embeds link h3
{{tweet }}
{{video }}
@@html: @@
Excalidraw link h3
- [[draws/2024-07-16-17-32-44.excalidraw]]
Query link h3
- {{query }}
Query function link h3
- {{function }}
See: Logseq Documentation