Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

0.0.2

Latest
Compare
Choose a tag to compare
@Ran-Xing Ran-Xing released this 03 Sep 04:47
· 8 commits to main since this release
86fb418

Example

import . "github.dev/XRSec/HTML-TO-MARKDOWN"

body := GetSource(url, "", false)
HtmlToMarkdown(body, output, true)
go run awvs.go -u https://baidu.com -o 123.md
htmltomd -u https://baidu.com -o 123.md

Build

Github Action

go build '--ldflags= -s -w -X main.buildTime=2022-04-28/09:26:31 -X main.versionData=0.0.1 -X main.commitId=e5f941ddac24e5177650f6038f38d5935be90921 -X main.author=XRSec'