Skip to content
Snippets Groups Projects
Commit cff7a313 authored by AG1561's avatar AG1561
Browse files

first tests of bolding, italics and code highlighting

parent 3de80cba
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,22 @@
texts..
this is a *change*
# Heading 1
## Heading 2
```python
def function():
#indenting works just fine in the fenced code block
s = "Python syntax highlighting"
print s
```
### Heading 3
some text here
**some text here**
#### Heading 4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment