Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 635 Bytes

File metadata and controls

17 lines (12 loc) · 635 Bytes

clojure-markdown

A practice project of clojure(http://clojure.org). Not sure I can make it finally.

####Build Status

What I have done

  • Find em and strong groups in a line, only support * style.
  • Parse strong and em tags. Only support * form for now.
  • Find links with form [text](url title) form.
  • Handle escaping
  • Also can insert backticks `look at this` Cool!

Reference

Syntax of Markdown