Align symbol for reStructuredText with github-markup (#1406)

This commit is contained in:
David Yates
2019-08-28 11:16:09 +02:00
committed by Dawa Ometto
parent bce9800142
commit 0a9b9ff709
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@
mediawiki: 'text',
bib: 'latex',
org: 'text',
rest: 'rst',
rst: 'rst',
txt: 'text',
pod: 'text',
rdoc: 'rdoc',
+1 -1
View File
@@ -209,7 +209,7 @@ module Precious
doc.css("div#gollum-root > h1:first-child")
when :pod
doc.css("div#gollum-root > a.dummyTopAnchor:first-child + h1")
when :rest
when :rst
doc.css("div#gollum-root > div > div > h1:first-child")
else
doc.css("div#gollum-root > h1:first-child")