Advertisement
swaggboi

discord-markdown

Aug 5th, 2020
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Example of in-line code and multi-line code blocks:
  2.  
  3. Use `chomp()` to remove the trailing newline:
  4. ```
  5. chomp(my @input = <STDIN>);
  6. ```
  7.  
  8. You can also add *emphasis* or **strong emphasis**
  9. Do ~~this~~ to strike-through
  10. To underline do __this__ while _this_ seems to be the same as *that*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement