markdown 0.1.7 → 0.1.7.1
raw patch · 3 files changed
+9/−1 lines, 3 filesdep +conduit-extradep ~conduit
Dependencies added: conduit-extra
Dependency ranges changed: conduit
Files
markdown.cabal view
@@ -1,5 +1,5 @@ Name: markdown-Version: 0.1.7+Version: 0.1.7.1 Synopsis: Convert Markdown to HTML, with XSS protection Description: This library leverages existing high-performance libraries (attoparsec, blaze-html, text, and conduit), and should integrate well with existing codebases. Homepage: https://github.com/snoyberg/markdown@@ -26,6 +26,7 @@ , attoparsec-conduit >= 0.5 , transformers >= 0.2.2 , conduit >= 0.5.2.1+ , conduit-extra , text , data-default >= 0.3 , xss-sanitize >= 0.3.3@@ -49,6 +50,7 @@ , system-filepath , transformers , conduit+ , conduit-extra , containers source-repository head
+ test/examples/leading-indent.html view
@@ -0,0 +1,2 @@+<pre><code> some random code+and other code</code></pre>
+ test/examples/leading-indent.md view
@@ -0,0 +1,4 @@+```+ some random code+and other code+```