Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # TagName
  2.  
  3. ## Attribute
  4.  
  5. ## Attribute
  6. ### AttributeValue
  7.  
  8. # Tag
  9. #### TagNamespace
  10. ## Attribute
  11. ### AttributeValue
  12. ##### AttributeNamespace
  13.  
  14. this is raw data!
  15.  
  16. depth 0
  17. this is not raw data
  18.  
  19. depth 0
  20.  
  21. but this is
  22.  
  23. > not a raw data block
  24. >
  25. > is a raw data block
  26.  
  27. this is raw data!
  28.  
  29. this is not raw data! putting it on the above line would keep it as raw data
  30.  
  31. > this is inner data
  32.  
  33. depth 0
  34. > depth 1
  35. > > depth 2
  36. > > > depth 3
  37. >
  38. > depth 1. putting it on the above line would keep it a depth 3
  39.  
  40. depth 0. putting it on the above line would keep it at depth 1
  41.  
  42. # root tag
  43. > # inner tag
  44. contents
  45.  
  46. `this is a comment`
  47.  
  48. ```
  49. this is a multiline comment
  50. ```
  51.  
  52. ## version
  53. ### 1.0
  54. [ rest of the document here ]
  55.  
  56. ## version
  57. ### 1.0
  58. ## encoding
  59. ### utf-8
  60. [ rest of the document here]
  61.  
  62. #something
  63.  
  64. # something
  65.  
  66. # something
  67.  
  68. >>>>something
  69.  
  70. > > > > something
  71.  
  72. >>>> something
  73.  
  74. >>>> something
  75.  
  76. this shows up with 4 spaces in a row
  77. # this is not a tag
  78. ## this is not an attribute
  79. `this isn't a comment`
  80.  
  81. #Tagn##Attributen###ValuenContent
  82.  
  83. #Tag
  84. ##Attribute
  85. ###Value
  86. Content
  87.  
  88. ##version
  89. ###1.1
  90. ##encoding
  91. ###utf-8
  92.  
  93. `This is a list of programming languages and programming language books, in MDXML`
  94.  
  95. #programming
  96. > #languages
  97. > > #language
  98. > > > #name
  99. > > > > Lua
  100. > > >
  101. > > > #link
  102. > > > > http://www.lua.org/
  103. > >
  104. > > #language
  105. > > > #name
  106. > > > > Python
  107. > > >
  108. > > > #link
  109. > > > > https://www.python.org/
  110. >
  111. > # books
  112. > > #book
  113. > > ##edition
  114. > > ###3
  115. > > > #name
  116. > > > > Programming in Lua
  117. > > >
  118. > > > #ISBN
  119. > > > > 859037985X
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement