Use Javascript to show HTML markup of text ?
Assuming you type "test" in the body of a page and you italicize it.
Can you use javascript to show you the markup used?
So, I am using CKEditor (rich text editor). I type the word Test on
the page. Then I click the Italics button while Test is highlighted.
Then on tab 2 of my application I click in the textarea and it
displays the word Test in italics. I want it to display the HTML code
though ... <i>Test</i>
Any way to do this?