| 1 | initial version |
Does this do what you want?
html('<b>Header</b> <p>Some $x^2$ formula</p>')
(Don't include <html> and </html> tags.) You could use <h4>Header</h4>, for example, instead of <b>.... You can even leave out the <p>:
html('<h4>Header</h4>Some $x^2$ formula')
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.