| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Martin Haug <mhaug@live.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix code edits and at_start handling.
Also fix dedenting for multi-byte chars in raw blocks.
|
|
|
|
|
|
|
|
|
|
|
|
- Star and underscore not parsed as strong/emph inside of words
- Stars/underscores must be balanced and they cannot go over paragraph break
- New `strong` and `emph` classes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix several errors:
- Indented markup is now reparsed right
- All end group errors will now fail a reparse
- Rightmost errors will always fail a reparse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- length updates
- dealing with keywords and comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|