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

New markdown parser #2439

Merged
merged 52 commits into from
Jan 18, 2023
Merged

New markdown parser #2439

merged 52 commits into from
Jan 18, 2023

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    f0ef11d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85380a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Jul 25, 2022

  1. Checking in progress

    darrenburns committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    745bd99 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Support for headings

    darrenburns committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    a20c3d5 View commit details
    Browse the repository at this point in the history
  2. Add support for hardbreak

    darrenburns committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    795b285 View commit details
    Browse the repository at this point in the history
  3. Handle softbreaks

    darrenburns committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    57ea4c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60cb12d View commit details
    Browse the repository at this point in the history
  5. Add support for links

    darrenburns committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    7b92aed View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    9c70126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a295348 View commit details
    Browse the repository at this point in the history
  3. Support soft breaks

    darrenburns committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    829cd5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a819f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb3113a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3d70df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73552a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e09d67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    219bf22 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32a7465 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ce3d2a View commit details
    Browse the repository at this point in the history
  12. Remove linkify

    darrenburns committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    87807de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90069d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Switching off links

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9383774 View commit details
    Browse the repository at this point in the history
  2. Remove redundant code

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f21aed1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8fbd61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e814de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecea70e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b472de3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf28a12 View commit details
    Browse the repository at this point in the history
  8. Remove unused code

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4fecdd5 View commit details
    Browse the repository at this point in the history
  9. Fix mypy complaints

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2860e72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4787873 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df1ea6b View commit details
    Browse the repository at this point in the history
  12. Re-add types dataclasses

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ea5faba View commit details
    Browse the repository at this point in the history
  13. Lockfile

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ca0aa4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c71a152 View commit details
    Browse the repository at this point in the history
  15. Remove redundant line

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d029a81 View commit details
    Browse the repository at this point in the history
  16. Remove old comment

    darrenburns committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    22e70f0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    640c890 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0999b40 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    15c41e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4760190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5516ed4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fdf3cf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    1c66120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dada68 View commit details
    Browse the repository at this point in the history
  3. Fix failing tests

    darrenburns committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8e87818 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Fix Markdown link styling

    darrenburns committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    73a9ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644e0c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421bd52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1813d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f316c5 View commit details
    Browse the repository at this point in the history