chore: add test files
fix: add tests for stripnewline and droph1
chore: rename Admontion to MkDocsAdmonition, remove annoying comments
fix: import parser instead of copying the file
chore: rename mkDocs renderer function
fix: fix bug and pipeline
feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels
fix: add tests for stripnewline and droph1
chore: rename Admontion to MkDocsAdmonition, remove annoying comments
fix: import parser instead of copying the file
chore: rename mkDocs renderer function
fix: fix bug and pipeline
chore: remove test for droph1 and stripNewLines
fix: add admonitions to StripNewLines and dropH1 tests
feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels
fix: add tests for stripnewline and droph1
chore: rename Admontion to MkDocsAdmonition, remove annoying comments
fix: import parser instead of copying the file
chore: rename mkDocs renderer function
fix: fix bug and pipeline
feat: add Support for converting Material for MkDocs Admonitions to Confluence Info Panels
chore: rename Admontion to MkDocsAdmonition, remove annoying comments
fix: import parser instead of copying the file
chore: rename mkDocs renderer function
fix: fix bug and pipeline
chore: remove test for droph1 and stripNewLines
fix: add admonitions to StripNewLines and dropH1 tests
feat: add mkdocsadmonition as opt-in renderer and parser
fix: fix unit tests
- add continue-on-error flag as a command line option
- if set, doesnt exit on error and continues
processing other files that were passed in
- add fatalErrorHandler to handle fatal errors
- if continue-on-error flag is set, does not exit
- add temporary tests for continue-on-error flag
- add tests in batch-tests subdirectory