Hacker News new | ask | show | jobs
by fnayr 3036 days ago
Ah yes I hadn't really thought about that for some reason. Do you view HTML as something that should only be used where necessary in MD or just go crazy with it?
1 comments

I use it when it’s needed:

1. Tables

2. Collapsable sections with <detail>

3. Color-coding with <span style=“...”> or <span class=“...”>