Changes
Page history
Create home
authored
Oct 24, 2023
by
Guilherme Arthur Geronimo
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
79716af7
## Exemplos de highlight
```
javascript
var
s
=
"
JavaScript syntax highlighting
"
;
alert
(
s
);
```
```
python
def
function
():
#indenting works just fine in the fenced code block
s
=
"
Python syntax highlighting
"
print
s
```
## Exemplo de UML
```
plantuml
Class11 <|.. Class12
Class13 --> Class14
Class15 ..> Class16
Class17 ..|> Class18
Class19 <--* Class20
```