mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
957 B
Vendored
957 B
Vendored
Contribution guideline example
This is simple.
Foo emphasis strong emphasis both.
Create your feature branch: git checkout -b feature/AmazingFeature
.
- Pull the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Whole list item has same formatting
- List item has mixed or partial formatting
Whole heading is italic
<<<<<<< HEAD
- First: Lorem ipsum.
- Second: Dolor
sit
amet.
Bold Heading | Italic Heading |
---|---|
data a | data b |
=======
Some formatted_code
Partially formatted heading to_escape not_to_escape
origin/main