|
|
|
|
|
by jonp888
375 days ago
|
|
The whole point of Markdown is that the formatting codes intutitively make sense and are readable even without a viewer and without needing to read a specification first. People have been using asterisks as bullet points and to emphasise things long before anyone came up with Markdown. Maybe it doesn't to you, but it does to most people. An update to Microsoft Notepad which renders Markdown is currently being rolled out: https://blogs.windows.com/windows-insider/2025/05/30/text-fo... |
|
I'm not sure I agree *something* is intuitive for italic and **something else** is intuitive for bold, or that this is intuitively a block quote:
> #### The quarterly results look great!
>
> - Revenue was off the chart.
> - Profits were higher than ever.
> > Everything is going according to *plan*.