html2md
html2md copied to clipboard
[Mirror from GitLab] HTML 2 Markdown library written in Rust
Results
2
html2md issues
Sort by
recently updated
recently updated
newest added
Could you consider changing your license to MIT? I'd like to include your library into [Tp-Note](https://gitlab.com/getreu/tp-note). Your actual license would inject new restrictions into my dependency tree.
## Expected behavior The destination can only contain spaces if it is enclosed in pointy brackets: [Commonmark: Example 489](https://spec.commonmark.org/0.31.2/#example-489) ```html link ``` ```md [link]() ``` and the destination can be...