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

Switch Markdown parser from Recommonmark to MyST-Parser #104

Merged
merged 6 commits into from
Aug 18, 2022

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    5e9365c View commit details
    Browse the repository at this point in the history
  2. Fix several broken links

    Also remove reference to video that no longer exists.
    clenk committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4d6a220 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15bdfc4 View commit details
    Browse the repository at this point in the history
  4. Fix file extensions in links to .md

    MyST-Parser requires links to be defined for .md files, which will be
    converted to .html by sphinx.
    
    This change also allows links to work when viewing the .md files on
    GitHub in a web browser.
    clenk committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    16df7db View commit details
    Browse the repository at this point in the history
  5. Unwrap markdown table

    MyST-Parser can display markdown tables correctly, unlike Recommonmark.
    clenk committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    26ab6ae View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    8c25ce1 View commit details
    Browse the repository at this point in the history