Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Hashtag linking improvements #43

Merged
merged 2 commits into from Feb 1, 2019
Merged

Hashtag linking improvements #43

merged 2 commits into from Feb 1, 2019

Commits on Dec 3, 2018

  1. Require hashtags to have a space before them

    This improves rendering in a number of situations:
    
    - it keeps anchor tags working
    - it gives the user some control for not linking, for example in code
      blocks.
    
    Con:
    hashTags at the beginning of a line without a space won't get linked.
    
    Workaround related to issues #42 and #6 and #33
    mrvdb committed Dec 3, 2018
    Copy the full SHA
    79a7ca7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Copy the full SHA
    5856e91 View commit details
    Browse the repository at this point in the history