Skip to content

Commit

Permalink
Update testing.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 29, 2016
1 parent 9e00dd3 commit d0cfccf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions testing.moon
Expand Up @@ -18,8 +18,6 @@ class extends lapis.Application
[markdown_test: "/markdown"]: =>
discount = require "discount"
result = discount("# This is a header\n\n[and this is a link](https://guard13007.com) to my **homepage**.\n", "nohtml")
--@html ->
-- raw ->
-- result
--return result, layout: false, content_type: "text/plain"
return result
--return result
@html -> raw -> result

0 comments on commit d0cfccf

Please sign in to comment.