Zikani Nyirenda Mwasezikani.hashnode.dev·Oct 21, 2023Generating PDF from Markdown with GoIn this quick-n-dirty article, we will see how to generate a PDF from a user-submitted markdown with Go. We will build a simple service using the standard library's net/http for the backend and EasyMDE, a browser editor, for handling markdown on the ...505 readsGo Language