I have used Jekyll
tool to convert MarkDown
file To HTML
. It has been successfully converted to HTML. but the below following encoded punctuation characters has been added at the top of the HTML, due to the file encoded format is Encode in UTF-8.
"—-"
After changed the same markdown file to Encode in ANSI format in NotePad++[encoding option in menu bar]. The punctuation character not included in generated HTML.
In this we need to manually change the markdown file to ANSI for HTML generation 'Jekyll'.
Any solution for this?
This encoding format issue. make the markdown file in UTF-8 without BOM format. This will remove the punctuation character in 'html' .