aboutsummaryrefslogtreecommitdiff
path: root/prop_html2md.go
Commit message (Collapse)AuthorAgeFilesLines
* - [#] use upstream v1.5.0, and enable youtube pluginsTong Sun2024-02-191-4/+4
|
* <br> to newline pluginImportTaste2023-06-141-0/+3
|
* - [+] implement excluding control. close #6Tong Sun2023-05-031-0/+11
|
* - [+] add --opt-escape-mode; build with latest; closes #2 #4 #8Tong Sun2023-05-021-1/+4
|
* - [+] add TableCompat plugin; enable TableTong Sun2020-08-091-3/+6
|
* - [*] refactor out handleOptions() & handlePlugins() to reduce cyclomatic ↵Tong Sun2020-07-261-19/+28
| | | | complexity of html2md()
* - [+] pkg md plugin handling functionality implementedTong Sun2020-07-261-0/+31
|
* - [+] pkg md options handling functionality implementedTong Sun2020-07-261-1/+32
|
* - [*] -d/--domain option functionality implementedTong Sun2020-07-261-2/+8
|
* - [*] use cli handling and clis functionalitiesTong Sun2020-07-261-10/+9
|
* - [+] functionality implemented from goquery demoTong Sun2020-07-261-0/+15
|
* - [+] refactor func html2md() to prop_html2md.goTong Sun2020-07-261-0/+24