Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ### This is a Markdown file
  2.  
  3. Let's use an alert:
  4.  
  5. ```alert{'level': 'warning'}
  6. Here's *some* Markdown content.
  7. ```
  8.  
  9. Now, let's make a paragraph:
  10.  
  11. ```paragraph{'classes': ['my-class', 'another-class']}
  12. Here's the **body** of the paragraph.
  13. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement