Skip to content

Commit fa67fdc

Browse files
kdheepakactions-user
authored andcommitted
Auto generate docs
1 parent 1a4984e commit fa67fdc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/panvimdoc.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*panvimdoc.txt* For NVIM v0.6.0 Last change: 2021 August 27
1+
*panvimdoc.txt* For NVIM v0.4.3 Last change: 2021 August 27
22

33
==============================================================================
44
Table of Contents *panvimdoc-table-of-contents*
@@ -145,10 +145,10 @@ Generates the following:
145145

146146
>
147147
*panvimdoc.txt* For Neovim v0.5.0 Last change: 2021 August 12
148-
148+
149149
==============================================================================
150150
Table of Contents *panvimdoc-table-of-contents*
151-
151+
152152
1. panvimdoc |panvimdoc-panvimdoc|
153153
2. Motivation |panvimdoc-motivation|
154154
3. Goals |panvimdoc-goals|
@@ -162,9 +162,9 @@ Add the following to `./.github/workflows/pandocvim.yml`:
162162

163163
>
164164
name: panvimdoc
165-
165+
166166
on: [push]
167-
167+
168168
jobs:
169169
custom_test:
170170
runs-on: ubuntu-latest
@@ -225,9 +225,9 @@ CODEBLOCKS *panvimdoc-codeblocks*
225225

226226
>
227227
Multi line Code blocks are indented 4 spaces and
228-
228+
229229
are formatted
230-
230+
231231
appropriately with > and <.
232232
<
233233

@@ -327,7 +327,7 @@ For example, the level 3 heading and the contents of the section as follows:
327327

328328
>
329329
### abc{xyz}
330-
330+
331331
Docstring for abc {xyz}.
332332
<
333333

@@ -360,7 +360,7 @@ The following vimdoc mapping is generated:
360360

361361
>
362362
*projectName-pv*
363-
363+
364364
pv{motion} Command that operates over {motion}
365365
moved.
366366
<
@@ -375,7 +375,7 @@ The following vimdoc mapping is generated:
375375

376376
>
377377
*projectName-pvd*
378-
378+
379379
pvd Command that takes [count] lines.
380380
<
381381

@@ -388,9 +388,9 @@ The following vimdoc mapping is generated:
388388
The following vimdoc mapping is generated:
389389

390390
>
391-
391+
392392
*projectName-:CommandName* *CommandName*
393-
393+
394394
:[range]CommandName Command that operates over [range].
395395
<
396396

@@ -408,7 +408,7 @@ The following vimdoc mapping is generated:
408408

409409
>
410410
*panvimdoc-pv*
411-
411+
412412
{Visual}pv Command that operates over highlighted
413413
lines.
414414
<
@@ -443,15 +443,15 @@ Content that needs to be presented only in Markdown can be inside
443443

444444
>
445445
<!-- panvimdoc-ignore-start -->
446-
446+
447447
Right Left Center Default
448448
------- ------ ---------- -------
449449
12 12 12 12
450450
123 123 123 123
451451
1 1 1 1
452-
452+
453453
Table: Demonstration of simple table syntax.
454-
454+
455455
<!-- panvimdoc-ignore-end -->
456456
<
457457

0 commit comments

Comments
 (0)