mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
719 B
719 B
Tag support -
- Handle remaining tags
- Handle align in table
- Start number in ordered lists?
- Cleanup code and pre.code handling
- Handle reference-style links and images
Other Features -
- Expose (allow setting) remark-stringify config
- Throw error for ignored children elements
- [DONE] Fallback - handle other non-supported tags as html in markdown (extra attributes ??)
- Export remark types as jsx tags
- Returns AST from render (renderAST method)
Meta -
- Add docs with travis, codecov badges
- What happens to undhandled tags? unhandled attributes?
- Extra attributes added? Align?
- Which tags are passthrough and can be exchanged?
- Creating table without header guide
- License