-
Notifications
You must be signed in to change notification settings - Fork 167
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: matthewwithanm/python-markdownify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: matthewwithanm/python-markdownify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 9 files changed
- 6 contributors
Commits on Apr 4, 2024
-
Avoid inline styles inside
<code>
/<pre>
conversion (#117)* Avoid inline styles inside `<code>` / `<pre>` conversion The check used for this is analogous to that used to avoid escaping potential markup characters inside such tags. Fixes #103 --------- Co-authored-by: AlexVonB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2bd0772 - Browse repository at this point
Copy the full SHA 2bd0772View commit details -
Escape all characters with Markdown significance (#118)
* Escape all characters with Markdown significance There are many punctuation characters that sometimes have significance in Markdown; more systematically escape them all (based on a new escape_misc configuration option). A limited attempt is made to limit the escaping of '.' and ')' to the context where they might have Markdown significance (after a number, where they can indicate an ordered list item); no such attempt is made for the other characters (and even that limiting of '.' and ')' may not be entirely safe in all cases, as it's possible the HTML could have the number outside the block being escaped in one go, e.g. `<span>1</span>.`. --------- Co-authored-by: AlexVonB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46af45b - Browse repository at this point
Copy the full SHA 46af45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43dbe20 - Browse repository at this point
Copy the full SHA 43dbe20View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1672ae - Browse repository at this point
Copy the full SHA c1672aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec3338 - Browse repository at this point
Copy the full SHA 2ec3338View commit details -
Special-case use of HTML tags for converting
<sub>
/<sup>
(#119)Allow different strings before / after `<sub>` / `<sup>` content In particular, this allows setting `sub_symbol='<sub>'`, `sup_symbol='<sup>'`, to use raw HTML in the output when converting subscripts and superscripts.
Configuration menu - View commit details
-
Copy full SHA for 7861b33 - Browse repository at this point
Copy the full SHA 7861b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b4640 - Browse repository at this point
Copy the full SHA 50b4640View commit details -
handle ol start value is not number (#127)
Co-authored-by: Mico <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51390d7 - Browse repository at this point
Copy the full SHA 51390d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5c89a - Browse repository at this point
Copy the full SHA 0a5c89aView commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75a678d - Browse repository at this point
Copy the full SHA 75a678dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c8daf - Browse repository at this point
Copy the full SHA f6c8dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c810eb - Browse repository at this point
Copy the full SHA 8c810ebView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.12.1...0.13.0