Important
This release contains behavior changes.
EOL is now considered a ' '
(space) and won't include a new line anymore. This is in line with most markdown specifications. More details here.
Warning
This release contains breaking changes
The MarkdownTypography
includes a new table
TextStyle
to offer additional flexibility on providing a different style for tables.
🚀 Features
- Add depth to
BulletHandler
- PR: #325
- Move primary text color specification to text styles
- PR: #326
- Support image in tables
- PR: #327
- Add option to make EOL be a new line (for direct APIs)
- PR: #339
🐛 Fixes
remember
the state created byderivedStateOf
- PR: #323
- Improve code fence handling to support varying code fence structures.
- PR: #331
- Change EOL handling from
\n
to a single space- PR: #338
💬 Other
- Dependency updates
- PR: #334