Rebuild to handle symbol not using whole line

This commit is contained in:
2023-09-16 22:18:27 +02:00
parent b1db4d1316
commit a27c89cdac
3 changed files with 135 additions and 9 deletions

View File

@@ -35,10 +35,16 @@ Oh and I need some test markdown symbols to practice on..
_Italics_
_Italics_ then text
**Bold**
**Bold** then text
`Single line of code`
`code` then text
```
Multi
Line