eddiewebb I dont know if this is flarum, or some extension, but anytime someone uses numbers like 60 they get wrapped in <sub> which presents them as subtext. I could understand that for footnotes, etc, but it seems global.
tankerkiller125 eddiewebb Can you run php flarum info so that we can get a list of extensions that might be causing it?
clarkwinkelmann The ~ symbol causes the following text to be sub. I'm not sure why, I suppose it's part of the Markdown spec. So ~60 will show 60. You can use \~60 to show ~60