| OLD | NEW |
| 1 # Markdown is broken | 1 # Markdown is broken |
| 2 | 2 |
| 3 I have a lot of scraps of markdown engine oddities that I've collected over the | 3 I have a lot of scraps of markdown engine oddities that I've collected over the |
| 4 years. What you see below is slightly messy, but it's what I've managed to | 4 years. What you see below is slightly messy, but it's what I've managed to |
| 5 cobble together to illustrate the differences between markdown engines, and | 5 cobble together to illustrate the differences between markdown engines, and |
| 6 why, if there ever is a markdown specification, it has to be absolutely | 6 why, if there ever is a markdown specification, it has to be absolutely |
| 7 thorough. There are a lot more of these little differences I have documented | 7 thorough. There are a lot more of these little differences I have documented |
| 8 elsewhere. I know I will find them lingering on my disk one day, but until | 8 elsewhere. I know I will find them lingering on my disk one day, but until |
| 9 then, I'll continue to add whatever strange nonsensical things I find. | 9 then, I'll continue to add whatever strange nonsensical things I find. |
| 10 | 10 |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 <p>are | 417 <p>are |
| 418 you</p> | 418 you</p> |
| 419 </li> | 419 </li> |
| 420 <li><p>today</p> | 420 <li><p>today</p> |
| 421 </li> | 421 </li> |
| 422 </ul> | 422 </ul> |
| 423 </li> | 423 </li> |
| 424 <li>hi</li> | 424 <li>hi</li> |
| 425 </ul> | 425 </ul> |
| 426 ``` | 426 ``` |
| OLD | NEW |