Cantera / cantera-website

Official Cantera Website
https://cantera.org
Other
14 stars 26 forks source link

Fix inline literals in HTML title of CXX guide #194

Closed bryanwweber closed 2 years ago

bryanwweber commented 2 years ago

Closes #193

speth commented 2 years ago

I had noticed this and made a different fix in c7e1ea22 (#183) where I just removed the formatting for these class names. I noticed that the change here leads to these names being printed in black text, which is sort of jarring in this context where you end up with every other word being blue or black. Would it be better to just format these with <tt>?

bryanwweber commented 2 years ago

@speth I think just removing the formatting altogether is a fine fix. I'll close this.