File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ require('render-markdown').setup({
148
148
quote = ' ┃' ,
149
149
-- Symbol / text to use for different callouts
150
150
callout = {
151
- note = ' Note' ,
152
- tip = ' Tip' ,
153
- important = ' Important' ,
154
- warning = ' Warning' ,
155
- caution = ' Caution' ,
151
+ note = ' Note' ,
152
+ tip = ' Tip' ,
153
+ important = ' Important' ,
154
+ warning = ' Warning' ,
155
+ caution = ' Caution' ,
156
156
},
157
157
-- Window options to use that change between rendered and raw view
158
158
win_options = {
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For 0.10.0 Last change: 2024 June 08
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 June 10
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
@@ -184,11 +184,11 @@ modified by the user.
184
184
quote = '┃',
185
185
-- Symbol / text to use for different callouts
186
186
callout = {
187
- note = ' Note',
188
- tip = ' Tip',
189
- important = ' Important',
190
- warning = ' Warning',
191
- caution = ' Caution',
187
+ note = ' Note',
188
+ tip = ' Tip',
189
+ important = ' Important',
190
+ warning = ' Warning',
191
+ caution = ' Caution',
192
192
},
193
193
-- Window options to use that change between rendered and raw view
194
194
win_options = {
You can’t perform that action at this time.
0 commit comments