We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cc671 commit 75a3239Copy full SHA for 75a3239
eleventy.config.tracToHTML.js
@@ -10,7 +10,7 @@ const urlpart = '[^\\s\\]]+'
10
const url = `(https?://${urlpart})`
11
const relativeLink = `(/${urlpart})`
12
const hashLink = `(#${urlpart})`
13
-const camelCaseLink = `([A-Z][a-z]+[A-Z]${urlpart})`
+const camelCaseLink = `([A-Z][a-z]+[A-Z]\\w+)`
14
const tracTicketLink = `trac:#(${urlpart})`
15
const tracLink = `trac:(${urlpart})`
16
const wikiLink = `wiki:(${urlpart})`
0 commit comments