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] syntax error of non-english character #2042

Merged
merged 2 commits into from
Feb 8, 2019

Commits on Jan 24, 2019

  1. Dear the make of one of the world's greatest jekyll theme.

    [problem]
    I found that
    'Syntax Error' occurs when non-english character is included in some html elements(e.g h2, h3 ...) and 'toc' is generated based of that elements.
    
    [debug]
    Click the any element of auto generated 'toc' in the below link.
    https://aliwo.github.io/swblog/series/principles_of_python/object/#%EA%B0%9D%EC%B2%B4%EC%99%80-%ED%81%B4%EB%9E%98%EC%8A%A4%EC%9D%98-%EC%A0%95%EC%9D%98
    
    [fix]
    This happens because escaped url string get right in to jquery. So I fixed it with
    javascript's 'decodeURI' function! :)
    aliwo committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    54eb10b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. rollback unnecessary changes

    aliwo committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    fdf6d88 View commit details
    Browse the repository at this point in the history