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
> You don't need to reload the app after changing the settings.
103
-
104
100
### 7. Other Tweaks
105
101
106
102
- Enable/disable each formatting type individually under "Syntax switch" section.
107
103
- Prevent fenced div from being styled in source mode.
108
104
- Specifies when tags should be displayed under "Tag display behavior" section.
109
105
- etc...
110
106
107
+
> [!Note]
108
+
>
109
+
> You don't need to reload the app after changing the settings.
110
+
111
111
## 🎨 Styling Custom Spans and Fenced Divs
112
112
113
113
With tag attached to them, you can insert your own CSS style rules based on their tag. For instance, you can apply this CSS rules to the markdown below:
@@ -181,7 +181,7 @@ It depends on what character the others use in their syntax.
181
181
-[ ] Customize formatting styles
182
182
-[x] Applying syntax quickly using shortcuts and context menu
183
183
-[x]~~Class suggester~~ Predefined tags for custom span and fenced div
184
-
-[]~~More syntax, if necessary~~*I'll be over here for a while*
184
+
-[x]~~More syntax, if necessary~~*I'll be over here for a while*
185
185
186
186
## ⚙️ Compatibility Note
187
187
@@ -204,4 +204,4 @@ Thanks to:
204
204
-[Exaroth](https://github.com/exaroth/mdx_custom_span_class) for custom span idea.
205
205
-[Mara-Li](https://github.com/Mara-Li/obsidian-regex-mark) for some code snippets,
0 commit comments