Flayms/Markdown2Pdf

TOC don't work with cyrillic headers

Closed this issue · 4 comments

If I had header as
#Первый заголовок
in TOC this header becomes unclickable, and page tracking is lost

Seems like Markdig allows by default only ASCII-Characters for the header IDs (see xoofx/markdig#95).
I am going to change the default behaviour of Markdown2Pdf here like described in the issue. This probably shouldn't cause any additional problems since chrome supports HTML5.

Super! May I know when this will be available via nuget?

👍 Gonna publish a new version soon, will remind you then