tree: 2ed8e7282cc6a604c3a43b85ef98d5b3bf7dbff4 [path history] [tgz]
  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.