Cecil New

Results 19 comments of Cecil New

Suggested on Slack by [janiczek](https://app.slack.com/client/T0CJ5UNHK/C192T0Q1E/user_profile/U0D4VR7BP) ```elm Decode.at ["data", "images", "original", "url"] Decode.string ``` instead of the nested decode fields

I'm also interested in this. I have a list of useful things I thought I'd create in order to learn gofpdf and a markdown-to-PDF conversion was on the list. @Maldris...

@jung-kurt Found it: https://godoc.org/github.com/russross/blackfriday#Renderer A quick look tells me that first step toward this would be to map the interface methods to gofpdf... essentially a gap analysis to see which...

@jung-kurt above was the wrong URL, but you probably knew that :-) The blackfriday v2 AST really simplies things. I'm thinking I'll work thru the problem as a standalone example...

Yup, you are correct. The only renderer they have for v2 is HTML; which means they are really going from one markup to another. So they just need to close...

I now have a fairly complete package [here](https://github.com/mandolyte/mdtopdf). Needs more documentation before I send over to godocs. Feedback and testing welcomed!

I completed table support this week, but without any fitting capabilities, but see my blog for one approach. See the readme for current limitations. Is there interest in making in...

@jung-kurt thanks for the input. I'll do the tweaks needed to give the user more control. @Maldris great example! Since the blackfriday parser is event driven and calls my code...

@vladyslav2 Since the gotopdf project is closed, do you have any ideas about how to address this (short of forking it)?

@jessp01 I have a counter proposal... while I love to code and this and other projects were done after I retired, I don't quite see myself spending as much time...