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

Fix shortcode in markdown headers #2210

Closed
wants to merge 1 commit into from
Closed

Commits on Jun 13, 2016

  1. Fix shortcode in markdown headers

    This issue was introduced as a fix to shortcode not working in RST.
    
    One could argue that Blackfriday and friends should handle `#` in titles, but that will be a discussion
    for another day.
    
    The new placeholder pattern should be RST safe and work with titles.
    
    And now with a test so this doesn't break again.
    
    Fixes gohugoio#2192
    Fixes gohugoio#2209
    bep committed Jun 13, 2016
    Copy the full SHA
    ddcc1ed View commit details
    Browse the repository at this point in the history