html2markdown icon indicating copy to clipboard operation
html2markdown copied to clipboard

simple and flexible html to markdown converter

Results 6 html2markdown issues
Sort by recently updated
recently updated
newest added

I have just installed this via `gem install html2markdown`, as suggested in the README. However, the CLI file didn’t get on my computer this way. Running `rake install` did the...

Hi! Using this HTML: ``` Some textother text ``` I end up with: ``` **Some text other text** ``` New lines inside emphasis tags should be handled specifically to avoid...

When trying to convert e.g. the following HTML to markdown, ``` Hello world! Goodbye, cruel world! ``` The blockquote markdown applies only to the first paragraph element: ``` >Hello world!...

Should resolve #14. * `dup` the initial `result` to avoid freezing and failing down the codepaths that modify it. * Fix opening the URL by swapping `open` with `URI.open` -...

Greetings 👋 Running this gem produces the warnings like this one: ``` html2markdown/lib/html2markdown/converter.rb:54: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) ``` With...