Uploaded image for project: 'Markdown Syntax'
  1. Markdown Syntax
  2. MARKDOWN-15

Markdown1.1 does not parse emphasis in the middle of a word correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 8.3
    • markdown/1.1
    • None

    Description

      If emphasis is used in the middle of the word, it is not parsed correctly.

      Case 1:

      *test*user says yes.
      
      testuser
       

      result: "test*user says yes" is surrounded by <em>. testuser normal

      Case 2:

      *test*user says yes.(followed by two spaces)  
      testuser
      

      result: everything in emphasis

      Case 3:

      *test*user says yes.*
      testuser
      

      result: "test*user says yes." italic, testuser normal

      Is this supposed to be a feature?

      Attachments

        Activity

          People

            vmassol Vincent Massol
            leluna Hengrui Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: