Hi! Using this HTML: ``` Some textother text ``` I end up with: ``` **Some text other text** ``` New lines inside emphasis tags should be handled specifically to avoid this problem. The generated Markdown should look like: ``` **Some text** **other text** ```