2025-06-18 15:57:57 +02:00
|
|
|
# Contribution guideline example
|
|
|
|
|
|
|
|
This is simple.
|
|
|
|
|
|
|
|
Foo *emphasis* **strong emphasis** ***both***.
|
|
|
|
|
|
|
|
Create your feature branch: `git checkout -b feature/AmazingFeature`.
|
|
|
|
|
|
|
|
1. Pull the [**repository**](https://github.com/docling-project/docling).
|
|
|
|
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
|
2025-06-25 13:05:06 +02:00
|
|
|
6. **Whole list item has same formatting**
|
|
|
|
7. List item has *mixed or partial* formatting
|
2025-06-18 15:57:57 +02:00
|
|
|
|
2025-06-25 13:05:06 +02:00
|
|
|
# *Whole heading is italic*
|
2025-06-18 15:57:57 +02:00
|
|
|
|
2025-06-26 13:50:45 -04:00
|
|
|
- **First**: Lorem ipsum.
|
|
|
|
- **Second**: Dolor `sit` amet.
|
|
|
|
|
2025-06-25 13:05:06 +02:00
|
|
|
Some *`formatted_code`*
|
|
|
|
|
|
|
|
## *Partially formatted* heading to_escape `not_to_escape`
|
|
|
|
|
|
|
|
[$$E=mc^2$$](https://en.wikipedia.org/wiki/Albert_Einstein)
|
2025-06-26 13:50:45 -04:00
|
|
|
|
|
|
|
## Table Heading
|
|
|
|
|
|
|
|
| **Bold Heading** | *Italic Heading* |
|
|
|
|
|------------------|------------------|
|
|
|
|
| data a | data b |
|