Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [MEDIA=youtubeHSyz0JTr82E[/MEDIA]
  2.  
  3.  
  4. [LIST]
  5.  
  6. [*]Bullet 1
  7.  
  8. [*]Bullet 2
  9.  
  10. [/LIST]
  11.  
  12. [LIST=1]
  13.  
  14. [*]Entry 1
  15.  
  16. [*]Entry 2
  17.  
  18. [/LIST]
  19.  
  20.  
  21. [LEFT]Left-aligned[/LEFT]
  22.  
  23. [CENTER]Center-aligned[/CENTER]
  24.  
  25. [RIGHT]Right-aligned[/RIGHT]
  26.  
  27.  
  28. [QUOTE]pavlvr loh[/QUOTE]
  29.  
  30. [QUOTE=pavlvr]ya loh[/QUOTE]
  31.  
  32.  
  33. [SPOILER]Simple spoiler[/SPOILER]
  34.  
  35. [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
  36.  
  37. You have to click the following [ISPOILER]word[/ISPOILER] to see the content
  38.  
  39.  
  40. General code:
  41.  
  42. [CODE]General
  43.  
  44. code[/CODE]
  45.  
  46.  
  47. Rich code:
  48.  
  49. [CODE=rich][COLOR=red]Rich[/COLOR]
  50.  
  51. code[/CODE]
  52.  
  53.  
  54. PHP code:
  55.  
  56. [CODE=php]echo $hello . ' world';[/CODE]
  57.  
  58.  
  59. JS code:
  60.  
  61. [CODE=javascript]var hello = 'world';[/CODE]
  62.  
  63. Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline
  64.  
  65.  
  66. Regular text
  67.  
  68. [INDENT]Indented text[/INDENT]
  69.  
  70. [INDENT=2]More indented[/INDENT]
  71.  
  72.  
  73. [TABLE]
  74.  
  75. [TR]
  76.  
  77. [TH]Header 1[/TH]
  78.  
  79. [TH]Header 2[/TH]
  80.  
  81. [/TR]
  82.  
  83. [TR]
  84.  
  85. [TD]Content 1[/TD]
  86.  
  87. [TD]Content 2[/TD]
  88.  
  89. [/TR]
  90.  
  91. [/TABLE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement