Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AMEST committed Oct 22, 2024
1 parent 2d7c179 commit 4207dd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//TODO: Migrate to showdown or turndown
export function htmlToMarkdown(html) {
const headerRegex = /<h([1-6])[^>]*>(.*?)<\/h\1>/g;
const paragraphRegex = /<p[^>]*>(.*?)<\/p>/g;
Expand Down

0 comments on commit 4207dd9

Please sign in to comment.