11---
22description :
33created : 2023-12-01
4- modified : 2025-05-19
4+ modified : 2025-05-20
55status :
66 - 🗺️
77tags :
@@ -11,28 +11,7 @@ comments: "false"
1111draft : " false"
1212---
1313
14- # Supported Markdown extensions
1514
16- | Syntax | Description |
17- | --------------- | ------------------------------------------------------------------------------------------------------------------------- |
18- | ` [[Link]] ` | [ Internal links] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links ) |
19- | ` [[Link]] ` | [ Internal links] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links ) |
20- | ` ![[Link]] ` | [ Embedding files] ( https://help.obsidian.md/Linking+notes+and+files/Embedding+files ) |
21- | ` ![[Link#^id]] ` | [ Block references] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link%20to%20a%20block%20in%20a%20note ) |
22- | ` ^id ` | [ Defining a block] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link%20to%20a%20block%20in%20a%20note ) |
23- | ` %% ` | [ Comments] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Comments ) |
24- | ` <!-- \n --> ` | [ Comments] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Comments ) |
25- | ` ~~ ` | [ Strikethroughs] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Styling%20text ) |
26- | == | [ Highlights] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Styling%20text ) |
27- | ` ** ` | Bold |
28- | ` * ` | Italic |
29- | ` ``` ` | [ Code blocks] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Code%20blocks ) |
30- | ` - [ ] ` | [ Incomplete task] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task%20lists ) |
31- | ` - [x] ` | [ Completed task] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task%20lists ) |
32- | ` > [!note] ` | [ Callouts] ( https://help.obsidian.md/Editing+and+formatting/Callouts ) |
33- | (see link) | [ Tables] ( https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax#Tables ) |
34-
35- ---
3615
3716# Workflow
3817- [[ Workflow of My Note Taking]]
@@ -115,108 +94,41 @@ draft: true
11594```
11695
11796
118- # Inline search query
119- ``` query
120- task-todo: ee4
121- path: "@ Projects"
122- ```
123-
124- # Callout
125- > [ !note]
126- ---
127- > [ !info]
128-
129- > [ !todo]
130- ---
131- > [ !abstract]
132-
133- > [ !summary]
134-
135- > [ !tldr]
136- ---
137- > [ !tip]
138-
139- > [ !hint]
140-
141- > [ !important]
142- ---
143- > [ !success]
144-
145- > [ !check]
146-
147- > [ !done]
148- ---
149- > [ !question]
150-
151- > [ !help]
152-
153- > [ !faq]
154- ---
155- > [ !warning]
156-
157- > [ !caution]
158-
159- > [ !attention]
160- ---
161- > [ !failure]
162-
163- > [ !fail]
164-
165- > [ !missing]
166- ---
167- > [ !danger]
168-
169- > [ !error]
170- ---
171- > [ !bug]
172- ---
173- > [ !example]
174- ---
175- > [ !quote]
176-
177- > [ !cite]
178-
179- # AnuPpuccin task
180- - [ ] ` Unchecked ` ` - [ ] `
181- - [x] ` Checked ` ` - [x] `
182- - [ -] ` Cancelled ` ` - [-] `
183- - [ >] ` Rescheduled ` ` - [>] `
184- - [ <] ` Scheduled ` ` - [<] `
185- - [ !] ` Important ` ` - [!] `
186- - [ /] ` In Progress ` ` - [/] `
187- - [ ?] ` Question ` ` - [?] `
188- - [ * ] ` Star ` ` - [*] `
189- - [ n] ` Note ` ` - [n] `
190- - [ l] ` Location ` ` - [l] `
191- - [ i] ` Information ` ` - [i] `
192- - [ I] ` Idea ` ` - [I] `
193- - [ S] ` Amount ` ` - [S] `
194- - [ p] ` Pro ` ` - [p] `
195- - [ c] ` Con ` ` - [c] `
196- - [ b] ` Bookmark ` ` - [b] `
197- - [ "] ` Quote ` ` - ["] `
198- - [ 0] ` Speech bubble 0 `
199- - [ 1] ` Speech bubble 1 `
200- - [ 2] ` Speech bubble 2 `
201- - [ 3] ` Speech bubble 3 `
202- - [ 4] ` Speech bubble 4 `
203- - [ 5] ` Speech bubble 5 `
204- - [ 6] ` Speech bubble 6 `
205- - [ 7] ` Speech bubble 7 `
206- - [ 8] ` Speech bubble 8 `
207- - [ 9] ` Speech bubble 9 `
208-
209- ---
210-
211-
212-
21397# This is a heading 1
21498## This is a heading 2
21599### This is a heading 3
216100#### This is a heading 4
217101##### This is a heading 5
218102###### This is a heading 6
219103
104+ # Supported Markdown extensions
105+ | Syntax | Description |
106+ | --------------- | ------------------------------------------------------------------------------------------------------------------------- |
107+ | ` [[Link]] ` | [ Internal links] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links ) |
108+ | ` [[Link]] ` | [ Internal links] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links ) |
109+ | ` ![[Link]] ` | [ Embedding files] ( https://help.obsidian.md/Linking+notes+and+files/Embedding+files ) |
110+ | ` ![[Link#^id]] ` | [ Block references] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link%20to%20a%20block%20in%20a%20note ) |
111+ | ` ^id ` | [ Defining a block] ( https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link%20to%20a%20block%20in%20a%20note ) |
112+ | ` %% ` | [ Comments] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Comments ) |
113+ | ` <!-- \n --> ` | [ Comments] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Comments ) |
114+ | ` ~~ ` | [ Strikethroughs] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Styling%20text ) |
115+ | == | [ Highlights] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Styling%20text ) |
116+ | ` ** ` | Bold |
117+ | ` * ` | Italic |
118+ | ` ``` ` | [ Code blocks] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Code%20blocks ) |
119+ | ` - [ ] ` | [ Incomplete task] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task%20lists ) |
120+ | ` - [x] ` | [ Completed task] ( https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task%20lists ) |
121+ | ` > [!note] ` | [ Callouts] ( https://help.obsidian.md/Editing+and+formatting/Callouts ) |
122+ | (see link) | [ Tables] ( https://help.obsidian.md/Editing+and+formatting/Advanced+formatting+syntax#Tables ) |
123+
124+ ## Inline search query
125+ ``` query
126+ task-todo: ee4
127+ path: "@ Projects"
128+ ```
129+
130+ ## Bold, italics, highlights
131+
220132| Style | Syntax | Example | Output |
221133| ---------------------- | ---------------------- | ---------------------------------------- | -------------------------------------- |
222134| Bold | ` ** ** ` or ` __ __ ` | ` **Bold text** ` | ** Bold text** |
@@ -226,21 +138,28 @@ path: "@ Projects"
226138| Bold and nested italic | ` ** ** ` and ` _ _ ` | ` **Bold text and _nested italic_ text** ` | ** Bold text and _ nested italic_ text** |
227139| Bold and italic | ` *** *** ` or ` ___ ___ ` | ` ***Bold and italic text*** ` | ** _ Bold and italic text_ ** |
228140
229- > Quotes
230-
231141
142+ ## Links
232143- Wikilink: ` [[file]] ` [[ - Guideline]]
233144- Markdown: ` [name](file) `
145+
146+ ## Quotes
147+ > Quotes
148+
149+
150+ ## Lists
2341511 . First list item
235152 1. Ordered nested list item
2361532 . Second list item
237154 - Unordered nested list item
238- ---
155+
156+ ## Task lists
239157- [ ] Task item 1
240158 - [ ] Subtask 1
241159- [ ] Task item 2
242160 - [ ] Subtask 1
243161
162+ ## Horizontal rule
244163```
245164***
246165****
252171____
253172_ _ _
254173```
255- ---
174+
175+ ## Code
176+ ### Inline code
256177` inline code `
257178
179+ ### block code
258180``` cpp
259181/* codeblock */
260182
@@ -265,7 +187,8 @@ int main() {
265187 return 0;
266188}
267189```
268- ---
190+
191+ ## Footnotes
269192This is a simple footnote[ ^ 1 ] .[ ^ 1 ] [ ^ 1 ]
270193[ ^ 2 ]
271194[ ^ note ]
@@ -296,7 +219,63 @@ You can also use inline footnotes. ^[This is an inline footnote.]
296219[ ^ note ] : Named footnotes still appear as numbers, but can make it easier to identify and link references.
297220
298221
222+ # Callout
223+ > [ !note]
224+ ---
225+ > [ !info]
226+
227+ > [ !todo]
228+ ---
229+ > [ !abstract]
230+
231+ > [ !summary]
232+
233+ > [ !tldr]
234+ ---
235+ > [ !tip]
236+
237+ > [ !hint]
238+
239+ > [ !important]
299240---
241+ > [ !success]
242+
243+ > [ !check]
244+
245+ > [ !done]
246+ ---
247+ > [ !question]
248+
249+ > [ !help]
250+
251+ > [ !faq]
252+ ---
253+ > [ !warning]
254+
255+ > [ !caution]
256+
257+ > [ !attention]
258+ ---
259+ > [ !failure]
260+
261+ > [ !fail]
262+
263+ > [ !missing]
264+ ---
265+ > [ !danger]
266+
267+ > [ !error]
268+ ---
269+ > [ !bug]
270+ ---
271+ > [ !example]
272+ ---
273+ > [ !quote]
274+
275+ > [ !cite]
276+
277+
278+
300279# MathJax
301280- [ MathJax basic tutorial] ( https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference )
302281- [ mathJax support extensions list] ( https://docs.mathjax.org/en/latest/input/tex/extensions/index.html )
0 commit comments