62e7d4b15b3827ae6f65b639
3737 views
# Pastes This is a markdown with some extra features. ### Table of contents generator By typing `[toc]` you can generate a table of contents. [toc] Also by typing `[TOC]` you can generate another table of contents. [TOC] ### Audio support  ### Video support  ### Youtube support  ### Vimeo support  ### Twitter support `@` and `#` will be turned into twitter links. @dreem #kill ### Common language syntax highlighting ``` // Suport for code highlighting, like in normal markdown but the only difference is that It does it automatically const fetch = require('node-fetch') ```