Quoting Bastian Germann (2024-06-10 09:30:20) > "Johannes Schauer Marin Rodrigues": > > Do you have recommendations? I just need a drop-in replacement for markdown > > into stdin, html on stdout. Nothing fancy. > I would suggest discount or python3-markdown.
Brilliant! That tip was gold! All I did was this to fix the issue in my package: --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Build-Depends-Arch: graphviz <!nocheck>, black <!nocheck>, Build-Depends-Indep: - markdown <!nodoc>, + discount <!nodoc>, graphviz <!nodoc>, Vcs-Browser: https://salsa.debian.org/debian/botch Vcs-Git: https://salsa.debian.org/debian/botch.git Much easier than fixing d/rules of src:markdown. ;)
signature.asc
Description: signature

