If you have an emoji at the end of a line, for example 馃帀 and the demojify flag set, then the next line removes the first space it encounters.
Steps to reproduce
- Create
README-test.md
hi 馃帀
Missing> <space on this line
- Run
./panvimdoc.sh --project-name test-tada --input-file "README-test.md" --vim-version "NVIM v0.7+" --toc true --demojify true --dedup-subheadings false
- Open
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
Missing><space on this line
Expected
Missing> <space on this line
If you have an emoji at the end of a line, for example 馃帀 and the
demojifyflag set, then the next line removes the first space it encounters.Steps to reproduce
README-test.mddoc/test-tada.txtActual
Expected