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 code blocks indents in .md files #2978

Merged
merged 4 commits into from
Nov 13, 2020

Commits on Oct 21, 2020

  1. Fix code blocks indents in .md files

    Previously a lot of the code blocks in markdown files were horribly indented with bad white spaces in the beginning of lines. Users can't just select, copy, paste, and run (in the case of python). I have fixed all these, so there is no longer any code block with bad white space at the beginning of the lines.
    It would be nice if you could try to make sure in future commits that all code blocks are properly indented inside and have the right amount of white space in the beginning!
    fanzhuyifan committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6229957 View commit details
    Browse the repository at this point in the history
  2. Fix small style issue

    fanzhuyifan committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a98b1fe View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Fix indents

    fanzhuyifan committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4d661f7 View commit details
    Browse the repository at this point in the history
  2. Fix indent and add \ for multiline commands

    Change indent from 3 spaces to 4, and add "\" for multiline bash commands
    fanzhuyifan committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2b5323c View commit details
    Browse the repository at this point in the history