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
22
33==============================================================================
44Table of Contents *render-markdown-table-of-contents*
@@ -158,6 +158,10 @@ PACKER.NVIM *render-markdown-install-packer.nvim*
158158==============================================================================
1591596. Setup *render-markdown-setup*
160160
161+ Checkout the Wiki
162+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki > for
163+ examples and images associated with different configuration options.
164+
161165The full default configuration is provided below for reference.
162166
163167Any 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.
545549
546550HEADINGS *render-markdown-setup-headings*
547551
552+ Wiki Page
553+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Headings >
554+
548555>lua
549556 require('render-markdown').setup({
550557 heading = {
@@ -608,6 +615,9 @@ HEADINGS *render-markdown-setup-headings*
608615
609616CODE BLOCKS *render-markdown-setup-code-blocks*
610617
618+ Wiki Page
619+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/CodeBlocks >
620+
611621>lua
612622 require('render-markdown').setup({
613623 code = {
@@ -657,6 +667,9 @@ CODE BLOCKS *render-markdown-setup-code-blocks*
657667
658668DASHED LINE *render-markdown-setup-dashed-line*
659669
670+ Wiki Page
671+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/DashedLine >
672+
660673>lua
661674 require('render-markdown').setup({
662675 dash = {
@@ -678,6 +691,9 @@ DASHED LINE *render-markdown-setup-dashed-line*
678691
679692LIST BULLETS *render-markdown-setup-list-bullets*
680693
694+ Wiki Page
695+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/ListBullets >
696+
681697>lua
682698 require('render-markdown').setup({
683699 bullet = {
@@ -701,6 +717,9 @@ LIST BULLETS *render-markdown-setup-list-bullets*
701717
702718CHECKBOXES *render-markdown-setup-checkboxes*
703719
720+ Wiki Page
721+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Checkboxes >
722+
704723>lua
705724 require('render-markdown').setup({
706725 -- Checkboxes are a special instance of a 'list_item' that start with a 'shortcut_link'
@@ -737,6 +756,9 @@ CHECKBOXES *render-markdown-setup-checkboxes*
737756
738757BLOCK QUOTES *render-markdown-setup-block-quotes*
739758
759+ Wiki Page
760+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/BlockQuotes >
761+
740762>lua
741763 require('render-markdown').setup({
742764 quote = {
@@ -759,6 +781,9 @@ BLOCK QUOTES *render-markdown-setup-block-quotes*
759781
760782TABLES *render-markdown-setup-tables*
761783
784+ Wiki Page
785+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Tables >
786+
762787>lua
763788 require('render-markdown').setup({
764789 pipe_table = {
@@ -798,6 +823,9 @@ TABLES *render-markdown-setup-tables*
798823
799824CALLOUTS *render-markdown-setup-callouts*
800825
826+ Wiki Page
827+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Callouts >
828+
801829>lua
802830 require('render-markdown').setup({
803831 -- Callouts are a special instance of a 'block_quote' that start with a 'shortcut_link'
@@ -829,6 +857,9 @@ CALLOUTS *render-markdown-setup-callouts*
829857
830858LINKS *render-markdown-setup-links*
831859
860+ Wiki Page
861+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Links >
862+
832863>lua
833864 require('render-markdown').setup({
834865 link = {
@@ -857,6 +888,9 @@ LINKS *render-markdown-setup-links*
857888
858889SIGNS *render-markdown-setup-signs*
859890
891+ Wiki Page
892+ <https://github.com/MeanderingProgrammer/render-markdown.nvim/wiki/Signs >
893+
860894>lua
861895 require('render-markdown').setup({
862896 sign = {
0 commit comments