Massive-Wiki / massivewikibuilder

Massive Wiki Builder
MIT License
3 stars 3 forks source link

Camel case words in wikilinks turn to title case #2

Open peterkaminski opened 3 years ago

peterkaminski commented 3 years ago

What happens

This:

Use double brackets to make links, like to [[AnotherPage]].

Turns into this:

<p>Use double brackets to make links, like to <a class="wikilink" href="AnotherPage.html">Anotherpage</a>.</p>

What should happen

This:

Use double brackets to make links, like to [[AnotherPage]].

Should turn into this:

<p>Use double brackets to make links, like to <a class="wikilink" href="AnotherPage.html">AnotherPage</a>.</p>

Examples

peterkaminski commented 3 years ago

Related problem, this:

CleanShot 2021-05-01 at 16 13 44@2x

from this:

- [[We'll Meet Again]] by [[TheFatRat]], [[Laura Brehm]]
- [[Can't Help Falling In Love]] by [[A*Teens]]