This is a markdown file
ruby_var = 'ruby_var'
John->Bob: How about you?
Bob-->John: Jolly good!
--->

Markdown | |
--- | |
This is a markdown file | |
```ruby | |
ruby_var = 'ruby_var' | |
``` | |
<!--- | |
```latex | |
2 + 3 * x | |
``` | |
---> | |
 | |
<!--- | |
```latex | |
2 + 3 * x | |
``` | |
---> | |
<!--- | |
```latex | |
2 + 3 * x + y | |
``` | |
---> | |
 | |
<!--- | |
```diagram | |
sequenceDiagram | |
participant Jane | |
participant Bob | |
Jane->John: Hello John, how are you? | |
loop Healthcheck | |
John->John: Fight against hypochondria | |
end | |
Note right of John: Rational thoughts <br/>prevail... | |
John-->Jane: Great! | |
John->Bob: How about you? | |
Bob-->John: Jolly good! | |
``` | |
---> | |
 |
Markdown | |
--- | |
This is a markdown file | |
```ruby | |
ruby_var = 'ruby_var' | |
``` | |
```latex | |
2 + 3 * x | |
``` | |
<!--- | |
```latex | |
2 + 3 * x | |
``` | |
---> | |
```latex | |
2 + 3 * x + y | |
``` | |
```diagram | |
sequenceDiagram | |
participant Jane | |
participant Bob | |
Jane->John: Hello John, how are you? | |
loop Healthcheck | |
John->John: Fight against hypochondria | |
end | |
Note right of John: Rational thoughts <br/>prevail... | |
John-->Jane: Great! | |
John->Bob: How about you? | |
Bob-->John: Jolly good! | |
``` |