Commits
Click on a commit to change the comparison rangeReflex Markdown TLC
* Bump to react-markdown 10.0.0, bump all plugins to latest versions
* component_map: "codemap" with "pre" for simpler handling of inline vs code block
* Add new `rx.markdown.plugin` function to allow easily loading remark and rehype plugins
* Add new `MarkdownWrapper` since the new react-markdown doesn't accept css/className
* Add `use_math`, `use_gfm`, `use_raw` and friends to customize default plugins
BREAKING: children for textual components is now a bare string instead of a list of str uprev to react-markdown 10.1.0 remove markdown related packages from outdated dependencies exclusion list avoid blind .pop in Markdown.create Update test_markdown assertions Ensure comments are accurate