1
- *render-markdown.txt* For 0.10.0 Last change: 2024 August 07
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 August 08
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
@@ -158,6 +158,10 @@ PACKER.NVIM *render-markdown-install-packer.nvim*
158
158
==============================================================================
159
159
6. Setup *render-markdown-setup*
160
160
161
+ Checkout the Wiki
162
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki > for
163
+ examples and images associated with different configuration options.
164
+
161
165
The full default configuration is provided below for reference.
162
166
163
167
Any part of it can be modified however for many fields this does not make much
@@ -545,6 +549,9 @@ Example: `{ 1, 2, 3 }` @ 4 = 3.
545
549
546
550
HEADINGS *render-markdown-setup-headings*
547
551
552
+ Wiki Page
553
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Headings >
554
+
548
555
>lua
549
556
require('render-markdown').setup({
550
557
heading = {
@@ -608,6 +615,9 @@ HEADINGS *render-markdown-setup-headings*
608
615
609
616
CODE BLOCKS *render-markdown-setup-code-blocks*
610
617
618
+ Wiki Page
619
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/CodeBlocks >
620
+
611
621
>lua
612
622
require('render-markdown').setup({
613
623
code = {
@@ -657,6 +667,9 @@ CODE BLOCKS *render-markdown-setup-code-blocks*
657
667
658
668
DASHED LINE *render-markdown-setup-dashed-line*
659
669
670
+ Wiki Page
671
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/DashedLine >
672
+
660
673
>lua
661
674
require('render-markdown').setup({
662
675
dash = {
@@ -678,6 +691,9 @@ DASHED LINE *render-markdown-setup-dashed-line*
678
691
679
692
LIST BULLETS *render-markdown-setup-list-bullets*
680
693
694
+ Wiki Page
695
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/ListBullets >
696
+
681
697
>lua
682
698
require('render-markdown').setup({
683
699
bullet = {
@@ -701,6 +717,9 @@ LIST BULLETS *render-markdown-setup-list-bullets*
701
717
702
718
CHECKBOXES *render-markdown-setup-checkboxes*
703
719
720
+ Wiki Page
721
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Checkboxes >
722
+
704
723
>lua
705
724
require('render-markdown').setup({
706
725
-- Checkboxes are a special instance of a 'list_item' that start with a 'shortcut_link'
@@ -737,6 +756,9 @@ CHECKBOXES *render-markdown-setup-checkboxes*
737
756
738
757
BLOCK QUOTES *render-markdown-setup-block-quotes*
739
758
759
+ Wiki Page
760
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/BlockQuotes >
761
+
740
762
>lua
741
763
require('render-markdown').setup({
742
764
quote = {
@@ -759,6 +781,9 @@ BLOCK QUOTES *render-markdown-setup-block-quotes*
759
781
760
782
TABLES *render-markdown-setup-tables*
761
783
784
+ Wiki Page
785
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Tables >
786
+
762
787
>lua
763
788
require('render-markdown').setup({
764
789
pipe_table = {
@@ -798,6 +823,9 @@ TABLES *render-markdown-setup-tables*
798
823
799
824
CALLOUTS *render-markdown-setup-callouts*
800
825
826
+ Wiki Page
827
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Callouts >
828
+
801
829
>lua
802
830
require('render-markdown').setup({
803
831
-- Callouts are a special instance of a 'block_quote' that start with a 'shortcut_link'
@@ -829,6 +857,9 @@ CALLOUTS *render-markdown-setup-callouts*
829
857
830
858
LINKS *render-markdown-setup-links*
831
859
860
+ Wiki Page
861
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Links >
862
+
832
863
>lua
833
864
require('render-markdown').setup({
834
865
link = {
@@ -857,6 +888,9 @@ LINKS *render-markdown-setup-links*
857
888
858
889
SIGNS *render-markdown-setup-signs*
859
890
891
+ Wiki Page
892
+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Signs >
893
+
860
894
>lua
861
895
require('render-markdown').setup({
862
896
sign = {
0 commit comments