Skip to content
  • Lars Kruse's avatar
    fix: migrate to `markdown>=3` · 7416d1d8
    Lars Kruse authored
    Previously we relied on markdown before 3.0 due to incompatible changes.
    
    A lot of changes were required due to our previous hacky use of the
    `ExtendedLinkPattern` (misusing its `sanitize_url` method for a two-step
    URL resolution).
    
    The only questionable change is probably our random selection of the
    priority (100) when registering a markdown extension.
    Maybe this could prove to break some complicated conversions.
    7416d1d8
This project manages its dependencies using pip. Learn more