Guest User

Untitled

a guest
Jul 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [source]
  2. ----
  3. Use `/*` and `*/` for multiline comments.
  4. ----
  5.  
  6. [source]
  7. ----
  8. [
  9. Inline(:plain, 'Use '),
  10. Inline(:monospaced, '/*'),
  11. Inline(:plain, ' and '),
  12. Inline(:monospaced, '*/'),
  13. Inline(:plain, ' for multiline comments.'),
  14. ]
  15. ----
  16.  
  17.  
  18. [source]
  19. ----
  20. This is *a night__ma__~re*
  21. ----
  22.  
  23. [source]
  24. ----
  25. [
  26. Inline(:plain, 'This is '),
  27. Inline(:bold, [Inline(:plain, 'a night'), Inline(:emphasis, 'ma'), Inline(:plain, '~re')]),
  28. ]
  29. ----
Add Comment
Please, Sign In to add comment