GitHub Pages: How do I edit this page in markdown format, just as I created it?
问题 I'm not too comfortable with touching the generated HTML that the site gives, I was wondering whether there is any way to change the contents of my page in markdown formatting, the same way that I did upon creating the page? Any input as to go about doing this would be awesome. 回答1: By default, GitHub Pages helps you generate html pages only. But if you setup your site to use jekyll, then you can store files in markdown. For example, in the _posts section of this repo 'cboettig/labnotebook'