adamschwartz / log

Console.log with style.
https://adamschwartz.co/log
MIT License
3.01k stars 140 forks source link

Add broarder Markdown support #44

Open rickhallett opened 6 years ago

rickhallett commented 6 years ago

Your documentation mentions that the syntax follows markdown styling, but that doesn't match what I found here: [(https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)]

Do you think there would be any benefit in getting these two to match?

Best, Rick

adamschwartz commented 6 years ago

Hey Rick, I agree the README (and any other docs floating around out there) should say something more like "Markdown-like" for clarification, rather than implying full Markdown support.

Supporting full Markdown is an interesting thought. I’m not sure that people are looking to include full documents inside the Devtools’ Console, but I’d open to it being offered as an optional plugin. (Something like, "Include log.markdown.js to support a broader range of Markdown syntax, including Headers, Lists, and Blockquotes.) If you decide to give it a shot, I’d recommend looking at https://github.com/showdownjs/showdown for the heavy lifting.

rickhallett commented 6 years ago

The difference in our experience levels becomes clearer with each of your responses Adam! I appreciate your help a lot and would like to look into this.

adamschwartz commented 6 years ago

You’re asking great questions! Good luck :)