idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 1k forks source link

Render '/' characters on source index pages #27525

Open lindsayad opened 2 weeks ago

lindsayad commented 2 weeks ago

Motivation

Documentation writers expect the characters they write in their .md header to appear as the text on the index page

Design

I don't know MooseDocs. Make it work haha

Impact

Match reality to documentation developer expectations better

GiudGiud commented 2 weeks ago

Another similar issue is that MooseDocs introduces a space on both sides of numbers so instead of WCNSFV2Pblabla we have WCNSFV 2 Pblabla

GiudGiud commented 2 weeks ago

the fix would likely be in moosedocs/extensions/content.py lemme see if I can find it while compiling griffin with a jamf-handicapped machine

GiudGiud commented 2 weeks ago

ok for my issue (numbers) I have a fix

for special characters, I think we need to create a new token, just like "Word" and "Number". Maybe it should be a word?

GiudGiud commented 3 days ago

Fixed the numbers issues in #27453