Files
react-to-markdown/TODO.md
T

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 -

  1. Expose (allow setting) remark-stringify config
  2. Throw error for ignored children elements
  3. [DONE] 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
    • What happens to undhandled tags? unhandled attributes?
    • Extra attributes added? Align?
    • Which tags are passthrough and can be exchanged?
    • Creating table without header guide
  2. License