From 4d9319eef2679fc2fb3c9a694cab03726b12cb6f Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Thu, 11 Jul 2024 21:22:13 -0700 Subject: [PATCH] todo update --- shtml.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shtml.go b/shtml.go index e1975dc..2955061 100644 --- a/shtml.go +++ b/shtml.go @@ -9,7 +9,9 @@ package main // - incorrect cert support in both markdown and image download // - unify cdp and txt image handlers // - use goroutiness to process images -// - BOG: DomainFromURL always prefixes with http instead of https +// - get inner html from chromedp instead of html2markdown +// +// - BUG: DomainFromURL always prefixes with http instead of https // reproduces on vsi vms docs // - BUG: markdown table errors // reproduces on hacker news