aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/txt_textile.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-01-06 23:02:50 -0500
committerRalph Amissah <ralph@amissah.com>2014-01-06 23:03:02 -0500
commit5fb49b575a548313b827fd66fd7ecce514fe0e45 (patch)
treee7541789806c1bc086c05d06f0af2b9d54abb1c1 /lib/sisu/v5/txt_textile.rb
parentv5: vim syntax, v5.2 match heading level D~ (diff)
v5: heading recalibration, code (downstream) changessisu_4.2.17
* here no doubt remains breakage (test, fix & test again)
Diffstat (limited to 'lib/sisu/v5/txt_textile.rb')
-rw-r--r--lib/sisu/v5/txt_textile.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/sisu/v5/txt_textile.rb b/lib/sisu/v5/txt_textile.rb
index ddba6b6c..5645f490 100644
--- a/lib/sisu/v5/txt_textile.rb
+++ b/lib/sisu/v5/txt_textile.rb
@@ -221,22 +221,22 @@ WOK
def decorate
def heading
def inline
- def l1
+ def l0
'h1. '
end
- def l2
+ def l1
'h2. '
end
- def l3
+ def l2
'h3. '
end
- def l4
+ def l3
'h4. '
end
- def l5
+ def l4
'h5. '
end
- def l6
+ def l5
'h6. '
end
self