0.0.2 • Published 10 years ago
gitbook-plugin-footnote-string-to-number v0.0.2
Strings of Footnote to a Number
This plugin convert reference strings of footnote to numbers.
Example
This is a pen[^pen].
[^pen]: I like it.
This is converted to
This is a pen[^1].
[^1]: I like it.