From 455cffa8a88eb1e7bf54d573952ac99fb3b662b4 Mon Sep 17 00:00:00 2001 From: takahashim Date: Sun, 5 Mar 2017 12:09:17 +0900 Subject: [PATCH] =?UTF-8?q?support=20warigaki=20(=E5=89=B2=E6=9B=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/t2hs.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/t2hs.rb b/lib/t2hs.rb index bb36d11..f532c01 100755 --- a/lib/t2hs.rb +++ b/lib/t2hs.rb @@ -908,6 +908,9 @@ def exec_inline_start_command(command) when "キャプション" @style_stack.push([command,'']) push_chars('') + when "割書" + @style_stack.push([command,'']) + push_chars('') when "大見出し" @style_stack.push([command,'']) @terprip = false