issues
search
vim-pandoc
/
vim-markdownfootnotes
Insert Extended Markdown Footnotes in Vim
36
stars
12
forks
source link
Fixed #23 and newline issue
#24
Closed
jcbfshr
closed
2 years ago
jcbfshr
commented
2 years ago
Removed redundant code which limits the footnote number to 23.
Fixed behaviour so that footnotes aren't appended to the end of previous footnote. Instead it now adds two newlines as expressed in the original code.
Changed
normal
to
normal!
to respect individual configuration files.
jcbfshr
commented
2 years ago
Thank you!
normal
tonormal!
to respect individual configuration files.