Hello there!
I would like to ask what would be a preferable way to implement
feature #388.
I have come up with two ways of implementing this:
1. Parse markdown file -> convert to PDF -> use PDF backend
to view generated file
2. Integrate webview into Evince from Epiphany or other open
sourced browser to view markdown
Right now I am working on flow described in 1. I am trying to
parse markdown with sundown library and
then pass the result to libharu library.
Most likely I will replace sundown with cmark library.
Also I am looking for a simpler way to convert markdown to PDF by
utilizing wkhtmltopdf
C binding.
-- Best regards, Nikita Elsakov