Hacker News new | ask | show | jobs
by bfgeek 149 days ago
HTML parsing supports some of this, e.g:

  text <b>bold <i>bold-italic</b> italic</i>
1 comments

that becomes:

    text <b>bold <i>bold-italic</i></b><i> italic</i>
Yeah. After parsing.