|
1 |
| -*render-markdown.txt* For 0.10.0 Last change: 2024 July 22 |
| 1 | +*render-markdown.txt* For 0.10.0 Last change: 2024 July 23 |
2 | 2 |
|
3 | 3 | ==============================================================================
|
4 | 4 | Table of Contents *render-markdown-table-of-contents*
|
@@ -280,6 +280,7 @@ Full Default Configuration ~
|
280 | 280 | below = '▀',
|
281 | 281 | -- Highlight for code blocks & inline code
|
282 | 282 | highlight = 'RenderMarkdownCode',
|
| 283 | + highlight_inline = 'RenderMarkdownCodeInline', |
283 | 284 | },
|
284 | 285 | dash = {
|
285 | 286 | -- Turn on / off thematic break rendering
|
@@ -509,6 +510,7 @@ CODE BLOCKS *render-markdown-setup-code-blocks*
|
509 | 510 | below = '▀',
|
510 | 511 | -- Highlight for code blocks & inline code
|
511 | 512 | highlight = 'RenderMarkdownCode',
|
| 513 | + highlight_inline = 'RenderMarkdownCodeInline', |
512 | 514 | },
|
513 | 515 | })
|
514 | 516 | <
|
@@ -711,77 +713,80 @@ SIGNS *render-markdown-setup-signs*
|
711 | 713 |
|
712 | 714 | The table below shows all the highlight groups with their default link
|
713 | 715 |
|
714 |
| - ------------------------------------------------------------------------------------ |
715 |
| - Highlight Group Default Group Description |
716 |
| - ------------------------- ------------------------------------ --------------------- |
717 |
| - RenderMarkdownH1 @markup.heading.1.markdown H1 icons |
| 716 | + ------------------------------------------------------------------------------------- |
| 717 | + Highlight Group Default Group Description |
| 718 | + -------------------------- ------------------------------------ --------------------- |
| 719 | + RenderMarkdownH1 @markup.heading.1.markdown H1 icons |
718 | 720 |
|
719 |
| - RenderMarkdownH2 @markup.heading.2.markdown H2 icons |
| 721 | + RenderMarkdownH2 @markup.heading.2.markdown H2 icons |
720 | 722 |
|
721 |
| - RenderMarkdownH3 @markup.heading.3.markdown H3 icons |
| 723 | + RenderMarkdownH3 @markup.heading.3.markdown H3 icons |
722 | 724 |
|
723 |
| - RenderMarkdownH4 @markup.heading.4.markdown H4 icons |
| 725 | + RenderMarkdownH4 @markup.heading.4.markdown H4 icons |
724 | 726 |
|
725 |
| - RenderMarkdownH5 @markup.heading.5.markdown H5 icons |
| 727 | + RenderMarkdownH5 @markup.heading.5.markdown H5 icons |
726 | 728 |
|
727 |
| - RenderMarkdownH6 @markup.heading.6.markdown H6 icons |
| 729 | + RenderMarkdownH6 @markup.heading.6.markdown H6 icons |
728 | 730 |
|
729 |
| - RenderMarkdownH1Bg DiffAdd H1 background line |
| 731 | + RenderMarkdownH1Bg DiffAdd H1 background line |
730 | 732 |
|
731 |
| - RenderMarkdownH2Bg DiffChange H2 background line |
| 733 | + RenderMarkdownH2Bg DiffChange H2 background line |
732 | 734 |
|
733 |
| - RenderMarkdownH3Bg DiffDelete H3 background line |
| 735 | + RenderMarkdownH3Bg DiffDelete H3 background line |
734 | 736 |
|
735 |
| - RenderMarkdownH4Bg DiffDelete H4 background line |
| 737 | + RenderMarkdownH4Bg DiffDelete H4 background line |
736 | 738 |
|
737 |
| - RenderMarkdownH5Bg DiffDelete H5 background line |
| 739 | + RenderMarkdownH5Bg DiffDelete H5 background line |
738 | 740 |
|
739 |
| - RenderMarkdownH6Bg DiffDelete H6 background line |
| 741 | + RenderMarkdownH6Bg DiffDelete H6 background line |
740 | 742 |
|
741 |
| - RenderMarkdownCode ColorColumn Code block background |
| 743 | + RenderMarkdownCode ColorColumn Code block background |
742 | 744 |
|
743 |
| - RenderMarkdownBullet Normal List item bullet |
744 |
| - points |
| 745 | + RenderMarkdownCodeInline RenderMarkdownCode Inline code |
| 746 | + background |
745 | 747 |
|
746 |
| - RenderMarkdownQuote @markup.quote Block quote marker |
| 748 | + RenderMarkdownBullet Normal List item bullet |
| 749 | + points |
747 | 750 |
|
748 |
| - RenderMarkdownDash LineNr Thematic break line |
| 751 | + RenderMarkdownQuote @markup.quote Block quote marker |
749 | 752 |
|
750 |
| - RenderMarkdownLink @markup.link.label.markdown_inline Image & hyperlink |
751 |
| - icons |
| 753 | + RenderMarkdownDash LineNr Thematic break line |
752 | 754 |
|
753 |
| - RenderMarkdownSign SignColumn Sign column |
754 |
| - background |
| 755 | + RenderMarkdownLink @markup.link.label.markdown_inline Image & hyperlink |
| 756 | + icons |
755 | 757 |
|
756 |
| - RenderMarkdownMath @markup.math LaTeX lines |
| 758 | + RenderMarkdownSign SignColumn Sign column |
| 759 | + background |
757 | 760 |
|
758 |
| - RenderMarkdownUnchecked @markup.list.unchecked Unchecked checkbox |
| 761 | + RenderMarkdownMath @markup.math LaTeX lines |
759 | 762 |
|
760 |
| - RenderMarkdownChecked @markup.list.checked Checked checkbox |
| 763 | + RenderMarkdownUnchecked @markup.list.unchecked Unchecked checkbox |
761 | 764 |
|
762 |
| - RenderMarkdownTodo @markup.raw Todo custom checkbox |
| 765 | + RenderMarkdownChecked @markup.list.checked Checked checkbox |
763 | 766 |
|
764 |
| - RenderMarkdownTableHead @markup.heading Pipe table heading |
765 |
| - rows |
| 767 | + RenderMarkdownTodo @markup.raw Todo custom checkbox |
766 | 768 |
|
767 |
| - RenderMarkdownTableRow Normal Pipe table body rows |
| 769 | + RenderMarkdownTableHead @markup.heading Pipe table heading |
| 770 | + rows |
768 | 771 |
|
769 |
| - RenderMarkdownTableFill Conceal Pipe table inline |
770 |
| - padding |
| 772 | + RenderMarkdownTableRow Normal Pipe table body rows |
771 | 773 |
|
772 |
| - RenderMarkdownSuccess DiagnosticOk Success related |
773 |
| - callouts |
| 774 | + RenderMarkdownTableFill Conceal Pipe table inline |
| 775 | + padding |
774 | 776 |
|
775 |
| - RenderMarkdownInfo DiagnosticInfo Info related callouts |
| 777 | + RenderMarkdownSuccess DiagnosticOk Success related |
| 778 | + callouts |
776 | 779 |
|
777 |
| - RenderMarkdownHint DiagnosticHint Hint related callouts |
| 780 | + RenderMarkdownInfo DiagnosticInfo Info related callouts |
778 | 781 |
|
779 |
| - RenderMarkdownWarn DiagnosticWarn Warning related |
780 |
| - callouts |
| 782 | + RenderMarkdownHint DiagnosticHint Hint related callouts |
781 | 783 |
|
782 |
| - RenderMarkdownError DiagnosticError Error related |
783 |
| - callouts |
784 |
| - ------------------------------------------------------------------------------------ |
| 784 | + RenderMarkdownWarn DiagnosticWarn Warning related |
| 785 | + callouts |
| 786 | + |
| 787 | + RenderMarkdownError DiagnosticError Error related |
| 788 | + callouts |
| 789 | + ------------------------------------------------------------------------------------- |
785 | 790 |
|
786 | 791 | ==============================================================================
|
787 | 792 | 8. Info *render-markdown-info*
|
|
0 commit comments