HTML to Markdown support#1638
Open
caronc wants to merge 8 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1638 +/- ##
===========================================
- Coverage 100.00% 99.99% -0.01%
===========================================
Files 214 214
Lines 30305 31438 +1133
Branches 5049 5333 +284
===========================================
+ Hits 30305 31436 +1131
- Misses 0 1 +1
- Partials 0 1 +1
🚀 New features to boost your workflow:
|
e77b693 to
3187298
Compare
This was referenced Jun 16, 2026
ac18bee to
a674413
Compare
a84faba to
4a09ca3
Compare
4a09ca3 to
6f709e2
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.
The converter now emits structured Markdown instead of falling back to plain-text extraction when a Markdown-capable notification service receives HTML input. This is also a starting marker for the broader #1600 effort, which extends beyond this PR.
<h1>…<h6>#…######prefixed line<b>,<strong>**text**<em>,<i>*text*<code>`text`inline code<pre>,<samp><a href="…">[text](<url>)<a>withouthref<blockquote>> text<ul>,<ol>,<li><hr>---<br><table>,<thead>,<tbody>,<tr>,<th>,<td><script>,<style>,<head>, etc.Docs: caronc/apprise-docs#89
Checklist
tox -e lintand optionallytox -e format).tox -e qa).Testing
Anyone can help test as follows:
If you have cloned the branch and have tox available: