From ebe09005c8d2a3ac22f0de1cc38f2424663f59d8 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 28 Jan 2014 01:03:28 -0700 Subject: split lines on string instead of regexp --- lib/asciidoctor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/asciidoctor.rb b/lib/asciidoctor.rb index dcaec54d..24dff90f 100755 --- a/lib/asciidoctor.rb +++ b/lib/asciidoctor.rb @@ -218,8 +218,8 @@ module Asciidoctor # Regexp for replacing tab character TAB_PATTERN = /\t/ - # The pattern to use for splitting lines - LINE_SPLIT = /\n/ + # The string for splitting lines + LINE_SPLIT = EOL # The default document type # Can influence markup generated by render templates -- cgit v1.2.3