Skip to content

Commit 810597a

Browse files
committed
docs: capitalize "Markdown"
1 parent b43078b commit 810597a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ It's will be rendered like this:
123123

124124
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.
125125

126-
So, this markdown
126+
So, this Markdown
127127

128128
```
129129
!!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
164164
165165
### D. Context-aware Formatting
166166

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.
168168

169169
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.
170170

@@ -230,7 +230,7 @@ Feel free to let me know if you find any bugs...
230230
231231
Thanks to:
232232
- [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.
234234
- [Discord](https://discord.com/) for the spoiler idea.
235235
- [Superschnizel](https://github.com/Superschnizel/obisdian-fast-text-color) for interactive menu idea,
236236
- [Mara-Li](https://github.com/Mara-Li/obsidian-regex-mark) for some code snippets,

0 commit comments

Comments
 (0)