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: content/MMW Design & Planning/Manual of Style - 36 Sermons of MMW/Formatting Guidelines.md
+18-16
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,11 @@ Inline code should not be used to denote keyboard buttons, e.g., `ctrl`. Instead
40
40
41
41
Code blocks support [syntax highlighting](https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Code+blocks) by defining code language after the first three backticks, e.g.,
42
42
43
-
\`\`\`lua
44
-
\`\`\`
43
+
````
44
+
```lua
45
+
46
+
```
47
+
````
45
48
46
49
#### Supported Languagss
47
50
@@ -61,7 +64,6 @@ These include:
61
64
- titles
62
65
- line highlighting and word highlighting
63
66
- line numbers
64
-
- escaping codeblocks
65
67
66
68
As these features are not part of Obsidian, they will not be rendered there. However, The community plugin [Shiki Highlighter](https://github.com/mProjectsCode/obsidian-shiki-plugin) can be used to enable rendering of these.
67
69
@@ -123,26 +125,26 @@ Headers structure content to help readers navigate your article.
123
125
124
126
> [!abstract]+ Headers
125
127
>
126
-
> ## \#\# This is a main subject (h2)
128
+
> ## `##` This is a main subject (h2)
127
129
>
128
-
> ### \#\#\# This subject has several important sub-subjects (h3)
130
+
> ### `###` This subject has several important sub-subjects (h3)
129
131
>
130
-
> #### \#\#\#\# Sub-subjects can benefit from subheadings (h4)
132
+
> #### `####` Sub-subjects can benefit from subheadings (h4)
> These should be rendered using \[\[Wikilink\]\] format as detailed on [Internal Links - Obsidian Help](https://help.obsidian.md/Linking+notes+and+files/Internal+links)
0 commit comments