Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(headers): Ensures that Markdown headers are preceded by a space #277

Closed
wants to merge 1 commit into from

Commits on Jul 20, 2016

  1. fix(headers): Ensures that Markdown headers are preceded by a space

    Changes subParser for headers to require a space or tab
    character before a header, so that
    
    ```md
      # Header
    ```
    
    Is a valid header, whereas:
    
    ```md
      #Header
    ```
    
    Is **not** rendered as a header.
    nikz committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    e6aaf3a View commit details
    Browse the repository at this point in the history