diff --git a/docs/README.md b/docs/README.md index 32ce07ff4..1d1621707 100644 --- a/docs/README.md +++ b/docs/README.md @@ -189,12 +189,12 @@ To support mermaid on your website, all you have to do is add Mermaid’s JavaSc ``` -## To deploy mermaid without a bundler, one can insert a `script` tag with an absolute address and a `mermaidAPI` call into the HTML like so: +**To deploy mermaid without a bundler, one can insert a `script` tag with an absolute address and a `mermaidAPI` call into the HTML like so:** ```html ``` -## Doing so will command the mermaid parser to look for the `
` tags with `class="mermaid"` in your HTML Document. From these tags mermaid will try to read the diagram/chart definitons and render them as svg charts. +**Doing so will command the mermaid parser to look for the `
` tags with `class="mermaid"` in your HTML Document. From these tags mermaid will try to read the diagram/chart definitons and render them as svg charts.** ## Examples can be found in [Getting Started](./n00b-gettingStarted.md)