|
1 |
| -*render-markdown.txt* For 0.10.0 Last change: 2024 November 18 |
| 1 | +*render-markdown.txt* For 0.10.0 Last change: 2024 November 20 |
2 | 2 |
|
3 | 3 | ==============================================================================
|
4 | 4 | Table of Contents *render-markdown-table-of-contents*
|
@@ -579,6 +579,14 @@ Default Configuration ~
|
579 | 579 | -- Applies to background of sign text
|
580 | 580 | highlight = 'RenderMarkdownSign',
|
581 | 581 | },
|
| 582 | + -- Mimics Obsidian inline highlights when content is surrounded by double equals |
| 583 | + -- The equals on both ends are concealed and the inner content is highlighted |
| 584 | + inline_highlight = { |
| 585 | + -- Turn on / off inline highlight rendering |
| 586 | + enabled = true, |
| 587 | + -- Applies to background of surrounded text |
| 588 | + highlight = 'RenderMarkdownInlineHighlight', |
| 589 | + }, |
582 | 590 | -- Mimic org-indent-mode behavior by indenting everything under a heading based on the
|
583 | 591 | -- level of the heading. Indenting starts from level 2 headings onward.
|
584 | 592 | indent = {
|
@@ -1140,82 +1148,88 @@ Indent Configuration ~
|
1140 | 1148 |
|
1141 | 1149 | The table below shows all the highlight groups with their default link
|
1142 | 1150 |
|
1143 |
| - ------------------------------------------------------------------------------------- |
1144 |
| - Highlight Group Default Group Description |
1145 |
| - -------------------------- ------------------------------------ --------------------- |
1146 |
| - RenderMarkdownH1 @markup.heading.1.markdown H1 icons |
| 1151 | + ----------------------------------------------------------------------------------------- |
| 1152 | + Highlight Group Default Group Description |
| 1153 | + ------------------------------- ------------------------------------ -------------------- |
| 1154 | + RenderMarkdownH1 @markup.heading.1.markdown H1 icons |
| 1155 | + |
| 1156 | + RenderMarkdownH2 @markup.heading.2.markdown H2 icons |
1147 | 1157 |
|
1148 |
| - RenderMarkdownH2 @markup.heading.2.markdown H2 icons |
| 1158 | + RenderMarkdownH3 @markup.heading.3.markdown H3 icons |
1149 | 1159 |
|
1150 |
| - RenderMarkdownH3 @markup.heading.3.markdown H3 icons |
| 1160 | + RenderMarkdownH4 @markup.heading.4.markdown H4 icons |
1151 | 1161 |
|
1152 |
| - RenderMarkdownH4 @markup.heading.4.markdown H4 icons |
| 1162 | + RenderMarkdownH5 @markup.heading.5.markdown H5 icons |
1153 | 1163 |
|
1154 |
| - RenderMarkdownH5 @markup.heading.5.markdown H5 icons |
| 1164 | + RenderMarkdownH6 @markup.heading.6.markdown H6 icons |
1155 | 1165 |
|
1156 |
| - RenderMarkdownH6 @markup.heading.6.markdown H6 icons |
| 1166 | + RenderMarkdownH1Bg DiffAdd H1 background line |
1157 | 1167 |
|
1158 |
| - RenderMarkdownH1Bg DiffAdd H1 background line |
| 1168 | + RenderMarkdownH2Bg DiffChange H2 background line |
1159 | 1169 |
|
1160 |
| - RenderMarkdownH2Bg DiffChange H2 background line |
| 1170 | + RenderMarkdownH3Bg DiffDelete H3 background line |
1161 | 1171 |
|
1162 |
| - RenderMarkdownH3Bg DiffDelete H3 background line |
| 1172 | + RenderMarkdownH4Bg DiffDelete H4 background line |
1163 | 1173 |
|
1164 |
| - RenderMarkdownH4Bg DiffDelete H4 background line |
| 1174 | + RenderMarkdownH5Bg DiffDelete H5 background line |
1165 | 1175 |
|
1166 |
| - RenderMarkdownH5Bg DiffDelete H5 background line |
| 1176 | + RenderMarkdownH6Bg DiffDelete H6 background line |
1167 | 1177 |
|
1168 |
| - RenderMarkdownH6Bg DiffDelete H6 background line |
| 1178 | + RenderMarkdownCode ColorColumn Code block |
| 1179 | + background |
1169 | 1180 |
|
1170 |
| - RenderMarkdownCode ColorColumn Code block background |
| 1181 | + RenderMarkdownCodeInline RenderMarkdownCode Inline code |
| 1182 | + background |
1171 | 1183 |
|
1172 |
| - RenderMarkdownCodeInline RenderMarkdownCode Inline code |
1173 |
| - background |
| 1184 | + RenderMarkdownInlineHighlight RenderMarkdownCodeInline Inline highlights |
| 1185 | + contents |
1174 | 1186 |
|
1175 |
| - RenderMarkdownBullet Normal List item bullet |
1176 |
| - points |
| 1187 | + RenderMarkdownBullet Normal List item bullet |
| 1188 | + points |
1177 | 1189 |
|
1178 |
| - RenderMarkdownQuote @markup.quote Block quote marker |
| 1190 | + RenderMarkdownQuote @markup.quote Block quote marker |
1179 | 1191 |
|
1180 |
| - RenderMarkdownDash LineNr Thematic break line |
| 1192 | + RenderMarkdownDash LineNr Thematic break line |
1181 | 1193 |
|
1182 |
| - RenderMarkdownSign SignColumn Sign column |
1183 |
| - background |
| 1194 | + RenderMarkdownSign SignColumn Sign column |
| 1195 | + background |
1184 | 1196 |
|
1185 |
| - RenderMarkdownMath @markup.math LaTeX lines |
| 1197 | + RenderMarkdownMath @markup.math LaTeX lines |
1186 | 1198 |
|
1187 |
| - RenderMarkdownLink @markup.link.label.markdown_inline Image & hyperlink |
1188 |
| - icons |
| 1199 | + RenderMarkdownLink @markup.link.label.markdown_inline Image & hyperlink |
| 1200 | + icons |
1189 | 1201 |
|
1190 |
| - RenderMarkdownWikiLink RenderMarkdownLink WikiLink icon & text |
| 1202 | + RenderMarkdownWikiLink RenderMarkdownLink WikiLink icon & text |
1191 | 1203 |
|
1192 |
| - RenderMarkdownUnchecked @markup.list.unchecked Unchecked checkbox |
| 1204 | + RenderMarkdownUnchecked @markup.list.unchecked Unchecked checkbox |
1193 | 1205 |
|
1194 |
| - RenderMarkdownChecked @markup.list.checked Checked checkbox |
| 1206 | + RenderMarkdownChecked @markup.list.checked Checked checkbox |
1195 | 1207 |
|
1196 |
| - RenderMarkdownTodo @markup.raw Todo custom checkbox |
| 1208 | + RenderMarkdownTodo @markup.raw Todo custom checkbox |
1197 | 1209 |
|
1198 |
| - RenderMarkdownTableHead @markup.heading Pipe table heading |
1199 |
| - rows |
| 1210 | + RenderMarkdownTableHead @markup.heading Pipe table heading |
| 1211 | + rows |
1200 | 1212 |
|
1201 |
| - RenderMarkdownTableRow Normal Pipe table body rows |
| 1213 | + RenderMarkdownTableRow Normal Pipe table body rows |
1202 | 1214 |
|
1203 |
| - RenderMarkdownTableFill Conceal Pipe table inline |
1204 |
| - padding |
| 1215 | + RenderMarkdownTableFill Conceal Pipe table inline |
| 1216 | + padding |
1205 | 1217 |
|
1206 |
| - RenderMarkdownSuccess DiagnosticOk Success related |
1207 |
| - callouts |
| 1218 | + RenderMarkdownSuccess DiagnosticOk Success related |
| 1219 | + callouts |
1208 | 1220 |
|
1209 |
| - RenderMarkdownInfo DiagnosticInfo Info related callouts |
| 1221 | + RenderMarkdownInfo DiagnosticInfo Info related |
| 1222 | + callouts |
1210 | 1223 |
|
1211 |
| - RenderMarkdownHint DiagnosticHint Hint related callouts |
| 1224 | + RenderMarkdownHint DiagnosticHint Hint related |
| 1225 | + callouts |
1212 | 1226 |
|
1213 |
| - RenderMarkdownWarn DiagnosticWarn Warning related |
1214 |
| - callouts |
| 1227 | + RenderMarkdownWarn DiagnosticWarn Warning related |
| 1228 | + callouts |
1215 | 1229 |
|
1216 |
| - RenderMarkdownError DiagnosticError Error related |
1217 |
| - callouts |
1218 |
| - ------------------------------------------------------------------------------------- |
| 1230 | + RenderMarkdownError DiagnosticError Error related |
| 1231 | + callouts |
| 1232 | + ----------------------------------------------------------------------------------------- |
1219 | 1233 |
|
1220 | 1234 | ==============================================================================
|
1221 | 1235 | 8. Info *render-markdown-info*
|
|
0 commit comments