summaryrefslogtreecommitdiff
path: root/rst_context.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-09-04 15:12:11 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-09-04 15:12:11 +0200
commit97647fd120edfe0c226ac8b51f12e19a1a325535 (patch)
tree38a62d8e4770f21b4a46ff5b593ed8b9a14ec941 /rst_context.lua
parent8de852e3bb1c965fe3caf4be344067fcee737899 (diff)
downloadcontext-rst-97647fd120edfe0c226ac8b51f12e19a1a325535.tar.gz
literal blocks inside paragraphs
Diffstat (limited to 'rst_context.lua')
-rw-r--r--rst_context.lua2
1 files changed, 1 insertions, 1 deletions
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",