You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ It's will be rendered like this:
123
123
124
124
In editor mode, each line depends on itself, so you must type alignment tag to get it be aligned. However, in preview mode, paragraph can consist more than one line. Accordingly, only tag that located at the first line of the paragraph (if it consists more than a line) will be treated as it is, and the others will act as a regular text.
125
125
126
-
So, this markdown
126
+
So, this Markdown
127
127
128
128
```
129
129
!!center!!aligned to the center in both modes
@@ -164,7 +164,7 @@ For ease access, in the editor, the color button will appear after opening delim
164
164
165
165
### D. Context-aware Formatting
166
166
167
-
Any syntaxes that are written in the codespan, codeblock, math, comment, and wikilink don't apply the rules, so they are treated according to their context. Or, in the nutshell, they aren't formatted. This corresponds to the many of markdown implementation, as well as that implemented in Obsidian.
167
+
Any syntaxes that are written in the codespan, codeblock, math, comment, and wikilink don't apply the rules, so they are treated according to their context. Or, in the nutshell, they aren't formatted. This corresponds to the many of Markdown implementation, as well as that implemented in Obsidian.
168
168
169
169
In addition in the editor, any formatting above doesn't overlapping its block context. So if opening delimiter, i.e. double plus signs for insertion, was found in heading, and didn't meet any double plus signs but in the next line (which is paragraph for instance), then the second delimiter isn't treated as a closing for that opening.
170
170
@@ -230,7 +230,7 @@ Feel free to let me know if you find any bugs...
230
230
231
231
Thanks to:
232
232
- [Pandoc](https://pandoc.org/MANUAL.html) for the idea of superscript and subscript,
233
-
- [CommonMark](https://spec.commonmark.org/) and [Github Flavored Markdown](https://github.github.com/gfm/) for the markdown specification.
233
+
- [CommonMark](https://spec.commonmark.org/) and [Github Flavored Markdown](https://github.github.com/gfm/) for the Markdown specification.
234
234
- [Discord](https://discord.com/) for the spoiler idea.
235
235
- [Superschnizel](https://github.com/Superschnizel/obisdian-fast-text-color) for interactive menu idea,
236
236
- [Mara-Li](https://github.com/Mara-Li/obsidian-regex-mark) for some code snippets,
0 commit comments