- Create a directory with the Word document in it. The Word document **must** be in *docx* format. This can be achieved by opening the document with *Word* and save it in *docx* format to another file.
- Create a directory with the Word document in it. The Word document **must** be in *docx* format. This can be achieved by opening the document with *Word* and save it in *docx* format to another file.
- Create a configuration file with the same base name as the Word document + *.ini* extension. This file may contain different configurations as the standard *config.ini* file provided.
-Optional: Create a configuration file *config.ini* in that directory. This file may contain different configurations as the configuratioon file in the project's root directory. This confiuration file will apply to all files in that directory
- Alternatively, a file named *config.ini* will apply to all files in that directory.
- Alternatively, a configuration wile with the same base name as the Word document. This configuration file will only apply to the Word document with the same base name.
- It is only necessary to add the settings that are different from the *config.ini* file in the project's root directory. That file will always act as a fallback.
- It is only necessary to add the settings that are different from the *config.ini* file in the project's root directory. That file will always act as a fallback.
- Run the converter as follows:
- Run the converter as follows:
```
```
...
@@ -63,5 +63,6 @@ Lists in table cells are also not possible. One may use html lists for this, but
...
@@ -63,5 +63,6 @@ Lists in table cells are also not possible. One may use html lists for this, but
## Changes
## Changes
-**2024-01-09** - Added support for merging consecutive code paragraphs into a single code block.
-**2023-08-18** - Improved handling of sometimes broken inline formatting in table cells. Adding more default heading formats.
-**2023-08-18** - Improved handling of sometimes broken inline formatting in table cells. Adding more default heading formats.
-**2023-07-27** - Added converting bold and italic text in paragraphs, headers and tables.
-**2023-07-27** - Added converting bold and italic text in paragraphs, headers and tables.