-
-
-```markmap
-- Mindmaps
- - Links
- - [Wowchemy Docs](https://wowchemy.com/docs/)
- - [Discord Community](https://discord.gg/z8wNYzb)
- - [GitHub](https://github.com/wowchemy/wowchemy-hugo-themes)
- - Features
- - Markdown formatting
- - **inline** ~~text~~ *styles*
- - multiline
- text
- - `inline code`
- -
- ```js
- console.log('hello');
- console.log('code block');
- ```
- - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
-```
-
-
-
-
-renders as
-
-```markmap
-- Mindmaps
- - Links
- - [Wowchemy Docs](https://wowchemy.com/docs/)
- - [Discord Community](https://discord.gg/z8wNYzb)
- - [GitHub](https://github.com/wowchemy/wowchemy-hugo-themes)
- - Features
- - Markdown formatting
- - **inline** ~~text~~ *styles*
- - multiline
- text
- - `inline code`
- -
- ```js
- console.log('hello');
- console.log('code block');
- ```
- - Math: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
-```
-
-## Embed Documents
-
-The following kinds of document may be embedded into a page.
-
-To embed **Google Documents** (e.g. slide deck), click *File > Publish to web > Embed* in Google Docs and copy the URL within the displayed `src="..."` attribute. Then paste the URL in the form:
-
- {{* gdocs src="https://docs.google.com/..." */>}}
-
-## Diagrams
-
-Wowchemy supports the [Mermaid](https://mermaidjs.github.io) Markdown extension for diagrams. Simply draw your diagram within a *mermaid* code block and it will be rendered when your page is published. Check out the Mermaid documentation and the [Mermaid editor](https://mermaid.live/) for more examples in addition to those below:
-
-An example **flowchart**:
-
- ```mermaid
- graph TD;
- A-->B;
- A-->C;
- B-->D;
- C-->D;
- ```
-
-renders as
-
-```mermaid
-graph TD;
- A-->B;
- A-->C;
- B-->D;
- C-->D;
-```
-
-An example **sequence diagram**:
-
- ```mermaid
- sequenceDiagram
- participant Alice
- participant Bob
- Alice->John: Hello John, how are you?
- loop Healthcheck
- John->John: Fight against hypochondria
- end
- Note right of John: Rational thoughts