From 5fb49b575a548313b827fd66fd7ecce514fe0e45 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 23:02:50 -0500 Subject: v5: heading recalibration, code (downstream) changes * here no doubt remains breakage (test, fix & test again) --- lib/sisu/v5/txt_asciidoc.rb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lib/sisu/v5/txt_asciidoc.rb') diff --git a/lib/sisu/v5/txt_asciidoc.rb b/lib/sisu/v5/txt_asciidoc.rb index 4e0e3d48..07b8832f 100644 --- a/lib/sisu/v5/txt_asciidoc.rb +++ b/lib/sisu/v5/txt_asciidoc.rb @@ -221,43 +221,43 @@ WOK def decorate def heading def inline - def l1 + def l0 '=' end - def l2 + def l1 '==' end - def l3 + def l2 '===' end - def l4 + def l3 '====' end - def l5 + def l4 '=====' end - def l6 + def l5 '' #'======' #logical end self end def underscore - def l1 + def l0 '=' end - def l2 + def l1 '-' end - def l3 + def l2 '~' end - def l4 + def l3 '^' end - def l5 + def l4 '+' end - def l6 + def l5 '' #'.' #proposed end self -- cgit v1.2.3