mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56:43 +02:00
td style not accepted, so use p style
This commit is contained in:
@@ -25,8 +25,10 @@ graph TD;
|
|||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:center">
|
<td>
|
||||||
|
<p align="center">
|
||||||
<img src='http://www.sveido.com/mermaid/img/ex1.png' alt='Example 1'>
|
<img src='http://www.sveido.com/mermaid/img/ex1.png' alt='Example 1'>
|
||||||
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user