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 trailing whitespace in code literal #17939

Merged

Commits on Aug 10, 2016

  1. Fix trailing whitespace in code literal

    rst apparently requires that the closing double backticks for code literals
    appear at the end of a "word", rather than preceded by a space as markdown
    allows. This means that ``` ``julia> `` ``` doesn't parse correctly. The
    fix is to just remove the trailing space and explicitly mention the need
    for a space after the `>`.
    MichaelHatherly committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    1fe9bf9 View commit details
    Browse the repository at this point in the history