mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 07:19:18 +00:00
LUCENE-4008: Add missing $
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84bb947bab
commit
b3ead811c3
@ -1536,7 +1536,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
||||
var markdownSource = self.getToken();
|
||||
var title = undefined;
|
||||
// match the first heading in markdown and use as title:
|
||||
if (markdownSource.search(/^#+\s*(.+)/m) >= 0) {
|
||||
if (markdownSource.search(/^#+\s*(.+)$/m) >= 0) {
|
||||
title = RegExp.$1;
|
||||
}
|
||||
var processor = new PegDownProcessor(
|
||||
|
Loading…
x
Reference in New Issue
Block a user