David R.

Results 3 comments of David R.

Could you provide me that formula example, please? Because if I create a formula in markdown or HTML. Example Code: ``` Markdown formula: -- $$ \int_0^{\pi} \sin(x) \cdot e^{-x} \,...

For example, with this instantation: Get a table like this: Markdown code: ``` | Port | Conection | Type | Description | |--------|-----------|------|-------| | clk | clk_i | std_logic |...

I think this option only works with online images. With local images I only see the crash image symbol. Code: ``` --! ![test](./test.png) --! ![test2](https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/PNG_transparency_demonstration_1.png/330px-PNG_transparency_demonstration_1.png) ```