Skip to content

Commit

Permalink
Update markdown_reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyakobovitch authored Aug 16, 2018
1 parent adc7c9a commit 4d7597e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion markdown_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,26 @@ You can view a comprehensive list on the [emoji cheatsheet](https://www.webpagef
### Here is a dropdown
<details>
<summary><strong>Dropdown below :bar_chart:</strong></summary>

#### Here is text
#### More text
<br>
Regular text
Ending the dropdown
</details>

### Display code in markdown
> If you would like to display code in markdown, start with the docstring characters of (triple titled '''python) or your preferred language.
```python
In [1]: variable = 'Hello World'

In [2]: whos
Variable Type Data/Info
============================
my_num str 'Hello World'
```

---
### Support is included for special characters
These can be written as &#8721; `&#8721;` using [XML and HTML elements](https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references).
Expand Down

0 comments on commit 4d7597e

Please sign in to comment.