Skip to content

Markdown italics immediately after bold removes space #661

Closed
@FistMeNaruto

Description

@FistMeNaruto

Bug report

Version

v0.12.0

Steps to reproduce

Write **testing** _testing_ in any page

What is expected?

Space between italics and bold e.g. testing testing

What is actually happening?

Space gets removed

screenshot from 2018-07-21 11-58-29

<p>testing <strong>testing</strong><em>testing</em><strong>testing</strong></p>

Other relevant information

Markdown-it online parser seems to handle this correctly

<p class="line" data-line="0">testing <strong>testing</strong> <em>testing</em> <strong>testing</strong></p>

Link here

  • Your OS: Arch Linux
  • Node.js version: 6.2.0
  • Browser version: Chromium 67.0.3396.87
  • Is this a global or local install? Local
  • Which package manager did you use for the install? Yarn

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: enhancementRequest to enhance an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions