Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.19 KB

Markdown_reader.md

File metadata and controls

18 lines (13 loc) · 1.19 KB

View markdown files locally

If you prefer to follow this guide with the files downloaded from the repository, you need a good way to view the notes, which are in Markdown format. My three favorite ways are:

  1. Download and install VS Code and use the handy markdown preview button markdown-preview-button.

  2. Follow these steps to turn your Google Chrome browser into a smart markdown viewer:

    • Open Google Chrome
    • Install Markdown Preview Plus
    • Navigate to Extensions and select Details for Markdown Preview Plus
    • Enable the option Allow access to file URLs.
    • Follow the link to Extension Options:
      • Select Enable HTML content .
      • (Optionally) Choose your favorite theme, e.g. GitHub.
  3. Download and install the cross-platform markdown editor Typora.

You can now re-open this README file in your preferred tool and proceed through the tutorials following links between pages as you would on the GitHub site.