2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Convert html to markdown.

This commit is contained in:
Bartosz Taudul
2025-05-14 02:09:32 +02:00
parent f5ea5ffce1
commit 4ad9e05814
3 changed files with 12 additions and 2 deletions

View File

@@ -224,3 +224,12 @@ CPMAddPackage(
VERSION 0.9.5
DOWNLOAD_ONLY TRUE
)
# html2md
CPMAddPackage(
NAME html2md
GITHUB_REPOSITORY tim-gromeyer/html2md
VERSION 1.6.6
EXCLUDE_FROM_ALL TRUE
)