Skip to content

Commit c7fda73

Browse files
Update documentation / demo following callout icon PR
# Details Follow up to: #37 Updates the demo, README, and vim doc after changes to default icons.
1 parent 9961f01 commit c7fda73

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ require('render-markdown').setup({
148148
quote = '',
149149
-- Symbol / text to use for different callouts
150150
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',
156156
},
157157
-- Window options to use that change between rendered and raw view
158158
win_options = {

demo/callout.gif

14.1 KB
Loading

doc/render-markdown.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -184,11 +184,11 @@ modified by the user.
184184
quote = '┃',
185185
-- Symbol / text to use for different callouts
186186
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',
192192
},
193193
-- Window options to use that change between rendered and raw view
194194
win_options = {

0 commit comments

Comments
 (0)