philschmid / clipper.js

HTML to Markdown converter and crawler.
Apache License 2.0
488 stars 33 forks source link

Issue with line wrapping long image names. #1

Open KelSolaar opened 10 months ago

KelSolaar commented 10 months ago

Hello,

Thanks for the very good tool! I used it to convert the Machine Learning Glossary page (which is a good test!) and everything worked seemingly alright but images because their names are wrapped and some software, e.g. Obsidian, do not cope up very well with that.

![A dataset broken into four equal groups of examples. In Round 1,
          the first three groups and used for training and the last group
          is used for testing. In Round 2, the first two groups and the last
          group are used for training, while the third group is used for
          testing. In Round 3, the first group and the last two groups are
          used for training, while the second group is used for testing.
          In Round 4, the first group is used is for testing, while the final
          three groups are used for training.](https://developers.google.com/static/machine-learning/glossary/images/k-folds.png)

Github does that said!

A dataset broken into four equal groups of examples. In Round 1,
the first three groups and used for training and the last group
is used for testing. In Round 2, the first two groups and the last
group are used for training, while the third group is used for
testing. In Round 3, the first group and the last two groups are
used for training, while the second group is used for testing.
In Round 4, the first group is used is for testing, while the final
three groups are used for training.

Cheers,

Thomas