don't lose ! when rendering markdown

#KT-13000 Fixed
This commit is contained in:
Dmitry Jemerov
2016-07-06 14:17:55 +02:00
parent 621ffca194
commit 801a128547
2 changed files with 4 additions and 0 deletions
@@ -10,6 +10,8 @@
*
* This is _emphasized text_ but text_with_underscores has to preserve the underscores.
* Single stars embedded in a word like Embedded*Star have to be preserved as well.
*
* Exclamation marks are also important! Also in `code blocks!`
*/
fun testMethod() {
@@ -27,3 +29,4 @@ fun test() {
//INFO: <p><a href="psi_element://C">C</a></p>
//INFO: <p><a href="psi_element://C">See <strong>this</strong> class</a></p>
//INFO: <p>This is <em>emphasized text</em> but text_with_underscores has to preserve the underscores. Single stars embedded in a word like Embedded*Star have to be preserved as well.</p>
//INFO: <p>Exclamation marks are also important! Also in <code>code blocks!</code></p>