Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

Commit ede7508

Browse files
committed
Explaining fork in README
1 parent c68a8ad commit ede7508

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
This is a mirror of http://www.vim.org/scripts/script.php?script_id=431
1+
## VimFootnotes for Markdown
2+
3+
This fork is a slight tweak of the venerable [vimfootnotes](http://www.vim.org/scripts/script.php?script_id=431), for use with extended markdown.
4+
5+
The original script inserts footnotes that look like this:
6+
7+
~~~
8+
Here is some text.[1]
9+
10+
[1] Here is a note.
11+
~~~
12+
13+
The new script inserts footnotes in the widely supported extended markdown syntax,
14+
15+
~~~
16+
Here is some text.[^1]
17+
18+
[^1]: Here is a note.
19+
~~~
20+
21+
No other changes have been made. Original instructions below.
22+
23+
* * * * *
224

325
Inspired by Emmanuel Touzery tip:
426
" http://vim.sourceforge.net/tip_view.php?tip_id=332

0 commit comments

Comments
 (0)