Describe the bug
When using the command line npx package to create markdown or html documentation from .vhd files, the wavedrom generation doesn't replace the wavedrom block with the generated svg link to the image, and just leaves it as is.
To Reproduce
$ npx teroshdl --input /home/.../test.vhd --out markdown
npx: installed 198 in 32.632s
Copyright 2020-2021 Teros Technology terostechnology@gmail.com
Ismael Perez Rojo ismaelprojo@gmail.com
Carlos Alberto Ruiz Naranjo: carlosruiznaranjo@gmail.com
Alfredo Saez
Colibri is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
--> Input: /home/.../test.vhd
--> Output directory: /home/.../out
--> Python3 path: python3
--> Documenter configuration:
-----> Include dependency graph: false
-----> Include FSM: false
-----> Include signals: all
-----> Include process/always: all
-----> Include functions: all
-----> HTML self contained (only 1 file): false
-----> Verilog symbol to parse the comments:
-----> VHDL symbol to parse the comments:
--> Files found: 1
--> Files processed successfully: 1
--> Unprocessed files: 0
Code
No specific code, just this line : npx teroshdl --input /home/.../test.vhd --out markdown
Please complete the following information:
- OS: Red Hat Enterprise Linux release 8.10
- (VScode version doesn't matter here i think)
Screenshots

Additional context
I'm new to tickets and everything, tell me if there are things that should be explained better.
I maybe only miss a setting but I couldn't find any mention of that in the --help option.
I may be in the wrong repo since it only applies to VScode, but i could not find the repo to the specific commandline version of teros since it led me back here.
Thank you !
Describe the bug
When using the command line npx package to create markdown or html documentation from .vhd files, the wavedrom generation doesn't replace the wavedrom block with the generated svg link to the image, and just leaves it as is.
To Reproduce
$ npx teroshdl --input /home/.../test.vhd --out markdown
npx: installed 198 in 32.632s
Copyright 2020-2021 Teros Technology terostechnology@gmail.com
Ismael Perez Rojo ismaelprojo@gmail.com
Carlos Alberto Ruiz Naranjo: carlosruiznaranjo@gmail.com
Alfredo Saez
Colibri is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
--> Input: /home/.../test.vhd
--> Output directory: /home/.../out
--> Python3 path: python3
--> Documenter configuration:
-----> Include dependency graph: false
-----> Include FSM: false
-----> Include signals: all
-----> Include process/always: all
-----> Include functions: all
-----> HTML self contained (only 1 file): false
-----> Verilog symbol to parse the comments:
-----> VHDL symbol to parse the comments:
--> Files found: 1
--> Files processed successfully: 1
--> Unprocessed files: 0
Code
No specific code, just this line : npx teroshdl --input /home/.../test.vhd --out markdown
Please complete the following information:
Screenshots

Additional context
I'm new to tickets and everything, tell me if there are things that should be explained better.
I maybe only miss a setting but I couldn't find any mention of that in the --help option.
I may be in the wrong repo since it only applies to VScode, but i could not find the repo to the specific commandline version of teros since it led me back here.
Thank you !