Y
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
dorianmariecom
149 days ago
that becomes:
text <b>bold <i>bold-italic</i></b><i> italic</i>
link
moralestapia
149 days ago
Yeah. After parsing.
link