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 17, 2016
1 parent a919337 commit 73046de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing.moon
Expand Up @@ -35,7 +35,7 @@ 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"
--@html ->
-- raw ->
-- result
return result, layout: false, content_type: "text/plain"

0 comments on commit 73046de

Please sign in to comment.