|
Hi HN, Imagine that you guys want to write documentation for your project by writing Markdown in Readme.md, to be published on GitHub later. I'm an Android Dev, and I use a plugin to preview my Readme in Android Studio. And sometimes, I use other online Markdown editor, by doing live editing there. Problem solved, at least for now. What I've found so far is that those solutions give me different style. And the problem usually arises after that. Sometimes, after updating the Readme.md file and push it to GitHub, there are some parts that are not suitable. Something like, H1 is too bigger for this section, or link is not shown well there, etc. Devpen is an online tool to solve that problem. |
As a side note, it looks like <img>'s aren't working - try adding something like this:
Making images format correctly in GitHub READMEs has always been a bit of a pain point for me, so this would be a nice feature to have.