Text Processing not working in any exhibit

blackandredeye / 2014-04-03 13:28:30   

It seems that text processing is not working on a site I'm building. Unless I use h1 tags, I cannot get exhibit text to appear bold, italic, etc. as I usually can. I'm wondering if I may have disabled something in style.css that I'm not aware of? Or if using the Columner theme disables that function? Is there anything I should be looking for in order to turn it back on? Thanks!

laurendenitzio.com/test

Vaska A / 2014-04-03 13:45:40   
  1. strong { font-weight: bold; }
  2. em { font-style: italic; }

Just add them to your style.css file. Reset.css removes them...

blackandredeye / 2014-04-03 13:48:01   

Thanks! That's so obvious but I've never had to touch that functionality before so I was confused.

Vaska A / 2014-04-03 14:46:22   

I believe that columner used a set of unreleased stuff and that is why it has that issue.

It's going to be retired and replaced with something easier to work with soon enough.

This thread has been closed, thank you.