aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/txt_rst.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/txt_rst.rb')
-rw-r--r--lib/sisu/v5/txt_rst.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/sisu/v5/txt_rst.rb b/lib/sisu/v5/txt_rst.rb
index 8cf382d3..56a34de2 100644
--- a/lib/sisu/v5/txt_rst.rb
+++ b/lib/sisu/v5/txt_rst.rb
@@ -221,22 +221,22 @@ WOK
def decorate
def heading
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
'"'
end
self