style-guide-guide
style-guide-guide copied to clipboard
Should Getting Started, Gallery, & Contribute, & About be a markdown file instead?
It currently has the html
extension but is using markdown content.
https://github.com/bradfrost/style-guide-guide/blob/master/getting-started.html
@jina Good suggestion! These are html
files because they're stripped down versions of client projects, which ultimately had quite a bit of HTML content inside of them. I'm not sure if it's worth switching over to .md
extensions or not, but I suppose it could go either way.
@bradfrost ah that wasn't really a suggestion. Was more of a potential bug report. But maybe jekyll can parse markdown on non-markdown files? :)
But maybe jekyll can parse markdown on non-markdown files?
@jina yep, they can! And I suppose the opposite is true too (markdown files can parse HTML). I'm going to leave this as-is for now, mostly because I'm lazy and it's all working correctly. If you want to submit a PR, go for it and I'll buy you a drink! :)
According to the Markdown „spec” at https://daringfireball.net/projects/markdown/syntax#html HTML in Markdown is totally valid.
I know that. :) I wasn't talking about HTML in markdown. I was talking about markdown rendering properly in a file that has an HTML file extension.