tree: 93816bc43750a70c7f57a56a7a6f49164c41093e
  1. break.go
  2. code.go
  3. emoji.go
  4. entity.go
  5. heading.go
  6. html.go
  7. inline.go
  8. LICENSE
  9. link.go
  10. list.go
  11. para.go
  12. parse.go
  13. quote.go
  14. README.md
  15. table.go
  16. tables.go
src/cmd/vendor/rsc.io/markdown/README.md

Package markdown is a Commonmark-compliant Markdown parser and HTML generator. It does not have many bells and whistles, but it does expose the parsed syntax in an easy-to-use form.

Work in progress.