mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
16 lines
464 B
Markdown
16 lines
464 B
Markdown
# Tag support -
|
|
- Handle remaining tags
|
|
- Cleanup code and pre.code handling
|
|
- Handle reference-style links and images
|
|
|
|
# Other Features -
|
|
1. Expose (allow setting) remark-stringify config
|
|
2. Throw error for ignored children elements
|
|
3. Fallback - handle other non-supported tags as html in markdown (extra attributes ??)
|
|
4. Export remark types as jsx tags
|
|
5. Returns AST from render (renderAST method)
|
|
|
|
# Meta -
|
|
1. Add docs with travis, codecov badges
|
|
2. License
|