Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
1.1k views
in Q2A Core by
It is possible to question body but is there any method to apply superscript and subscript to topic of the question?

Please help.
Q2A version: 1.6.2

1 Answer

+2 votes
by
selected by
 
Best answer
Try to add the HTML tags: <sub></sub> and <sup></sup>. But I guess it will not work.

That's why I am using a javascript solution. It is quite complicated, here is one of the functions: http://stackoverflow.com/questions/14813023/how-to-convert-numbers-after-caret-to-superscript-with-jquery

Hope that helps a bit,
Kai

 

Demo: http://www.gute-mathe-fragen.de/107690/nullstellen-bestimmen-von-a-x-3-x%C2%B2-5x-3-und-von-b-x-3-x-2-x-1
by
Thanks. Adding HTML tags did not work. But now I could add number "2" as superscript according to your instructions at http://www.question2answer.org/qa/31514/what-do-you-want-in-question2answer-1-7?show=33379#c33379

Javascript solution is too complecate for me. I will try to catch it.
...