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.
This plugin convert reference strings of footnote to numbers.
This is a pen[^pen].
[^pen]: I like it.
This is converted to
This is a pen[^1].
[^1]: I like it.
npm i gitbook-plugin-footnote-string-to-number
77
0.0.2
MIT