gitbook-plugin-footnote-string-to-number
v0.0.2
Published
auto assign footnote numbers
Readme
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.