docling/tests/data/md/lists.md
Tobias Strebitzer c075d8d765 fix: Improve markdown list parser
Signed-off-by: Tobias Strebitzer <tobias.strebitzer@magloft.com>
2025-02-23 13:35:37 +08:00

27 lines
748 B
Markdown

# Contributing
> this is *awesome* stuff
1. Pull the repository
* Make sure to clone the full repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
# Example
1. **Item 1 bold**: Item 1 description
2. **Item 2 bold**: Item 2 description
3. **Item 3 bold**: Item 3 description
# Images
* <img src="image-01.png" alt="Image 1"> Image 1
* <img src="image-02.png" alt="Image 2"> Image 2
* <img src="image-03.png" alt="Image 3"> Image 3
# Empty
* <img src="about:blank" alt="blank">
* <img src="about:blank" alt="blank">
* <img src="about:blank" alt="blank">