Hacker News new | ask | show | jobs
by xigoi 687 days ago
> IIRC, nesting of inline markup is generally not possible. It works in Markdown…

How do you write <i><b>x</b>y</i> in Markdown (without using HTML tags)?

2 comments

Oops, I forgot that underscores are a thing :D
Maybe Markdown doesn't allow arbitrary nesting of inline markup, but the combinations I actually wanted so far work. With reStructuredText, OTOH, I ran into limitations even though I didn't try to commit typographic atrocities.