Emilian

Results 5 comments of Emilian

> Facing the same problem on Windows. Could make a workaround on saving markdown documents in "LF" instead of Windows default "CRLF". Therefore seems to be a line-ending problem on...

What version of Markdig do you use and what is a target of build/configuration on which you run? I have Windows 10, AnyCPU, Markdig 0.33.0 and trick with string replace...

I see that you render it into HTML, not back to Markdown. `var html = Markdown.ToHtml(markdown, pipeline);` Yes, it works. Unfortunately I need Markdown back again. Seems Roundtrip renderer does...

@MihaZupan Ok, so tables aren't supported in render yet. I think it should be a new feature implemented. Tables are really basics.

@xoofx @MihaZupan Could you give me permission to create a branch on remote? I receive 403. I wanted to make a PR with draft of the feature.