Open mikesmithgh opened 1 year ago
If you have an emoji at the end of a line, for example :tada: and the demojify flag set, then the next line removes the first space it encounters.
demojify
README-test.md
hi 🎉
Missing> <space on this line
2. Run ```sh ./panvimdoc.sh --project-name test-tada --input-file "README-test.md" --vim-version "NVIM v0.7+" --toc true --demojify true --dedup-subheadings false
doc/test-tada.txt
*test-tada.txt* For NVIM v0.7+ Last change: 2023 October 04
============================================================================== Table of Contents test-tada-table-of-contents
hi
Missing><space on this line
Generated by panvimdoc https://github.com/kdheepak/panvimdoc
vim:tw=78:ts=8:noet:ft=help:norl:
### Actual
### Expected
Hmm. That’s annoying.
I’m wondering if I should use a non lua dependency for this instead.
If you have an emoji at the end of a line, for example :tada: and the
demojify
flag set, then the next line removes the first space it encounters.Steps to reproduce
README-test.md
Missing> <space on this line
doc/test-tada.txt
============================================================================== Table of Contents test-tada-table-of-contents
hi
Missing><space on this line
Generated by panvimdoc https://github.com/kdheepak/panvimdoc
vim:tw=78:ts=8:noet:ft=help:norl:
Missing><space on this line
Missing> <space on this line