Fix h1-title at org-mode

This commit is contained in:
hirocaster
2019-03-16 01:57:55 +09:00
parent 6fcfe7895e
commit 97857d0e3f
-2
View File
@@ -186,8 +186,6 @@ module Precious
case @page.format
when :asciidoc
doc.css("div#gollum-root > h1:first-child")
when :org
doc.css("div#gollum-root > p.title:first-child")
when :pod
doc.css("div#gollum-root > a.dummyTopAnchor:first-child + h1")
when :rest