Revision history for Markdown-Simple
0.01 Date/time
First version, released on an unsuspecting world.
0.06 2025-06-19
- Adds preprocessing by default which replaces \r\n with \n
0.07 2025-06-20
- prompt engineer utf8 support - it's a bit of a hack!
0.08 2025-06-21
- prompt engineer support for nested components in lists and tables.
0.09 2025-06-21
- prompt engineer support for _ and __ for italic and bold.
0.10 2025-06-21
- prompt engineer the fix to allow bold text to come the line after lists while using '*'
0.11 2025-06-22
- Adds a strip_markdown function