Merge pull request #1373 from hirocaster/fix-h1-title-org-mode-for-ver5

Fix h1-title at org-mode
This commit is contained in:
Bart Kamphorst
2019-03-21 09:46:16 +01:00
committed by GitHub
-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