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

refactor: replace archived m2r with updated mistune #3506

Merged
merged 21 commits into from
Jul 27, 2024

Commits on Jul 27, 2024

  1. refactor: temp vendor m2r.prolog

    This is the 2nd of two references to `m2r`, but is only needed due to using `m2r`.
    Should simplify finding a replacement for `m2r.convert`
    dangotbanned committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3721f58 View commit details
    Browse the repository at this point in the history
  2. refactor: replace m2r.convert indirection

    Identicial operation, but now much clearer it is an extension to `mistune`
    dangotbanned committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c6b2930 View commit details
    Browse the repository at this point in the history
  3. refactor: temp fully vendor m2r module

    See module docstring on this commit.
    Planning to reduce to the smallest number of components and then update to `mistune==3.0.2`
    dangotbanned committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    888fc05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55ca000 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    025e7c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2df226 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b441a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffaf8d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9b5c04 View commit details
    Browse the repository at this point in the history
  10. fix: remove m2r.prolog

    dangotbanned committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    170a52f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a43edc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    20e5d3c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a14975 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d324048 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b49d4e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ce23b20 View commit details
    Browse the repository at this point in the history
  17. feat: Fully replace m2r with updated mistune

    The included `RSTRenderer` required one minor change.
    The rest of the differences I think were errors in the original
    dangotbanned committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2883b6a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8abbb2d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6f0b6dd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    12088e2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a72ab7f View commit details
    Browse the repository at this point in the history