From 97647fd120edfe0c226ac8b51f12e19a1a325535 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 4 Sep 2010 15:12:11 +0200 Subject: literal blocks inside paragraphs --- rst_context.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rst_context.lua') diff --git a/rst_context.lua b/rst_context.lua index 3bcbbc5..f595a27 100644 --- a/rst_context.lua +++ b/rst_context.lua @@ -393,7 +393,7 @@ end function rst_context.literal_block (str) local indent = P" "^1 - local stripme = indent:match(str) - 1 + local stripme = indent:match(str) local strip = P{ [1] = "strip", -- cgit v1.2.3