HTML to Markdown support#1638
Open
caronc wants to merge 3 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1638 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 212 212
Lines 30089 30257 +168
Branches 5015 5069 +54
==========================================
+ Hits 30089 30257 +168
🚀 New features to boost your workflow:
|
e77b693 to
3187298
Compare
This was referenced Jun 16, 2026
da52ee9 to
dc7c28b
Compare
dc7c28b to
a5a953a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related issue (if applicable): #1600
This implements a proper HTML-to-Markdown converter for Apprise, completing the work started in PR #932.
This is also a starting marker to eventually handle the #1600 which extends beyond this.
<h1>…<h6>#…######prefixed line<b>,<strong>**text**<em>,<i>*text*<code>`text`(inline, CR preserved, no escape)<pre>,<samp>```fenced block<a href="…">[text](url)<a>(no href)<blockquote>> text<li>- text<hr>---<br>*,#,`in body text\*,\#,\`<script>,<style>, etc.Checklist
tox -e lintand optionallytox -e format).tox -e qa).Testing
Anyone can help test as follows: