effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/asciidoc/entity_feature.test
2019-03-14 13:10:17 +08:00

48 lines
916 B
Plaintext

➊ ¶
➊ ¶
============
['➊ ¶']
--
➊ ¶
--
|======
| ➊ ¶
|======
----------------------------------------------------
[
["entity", "➊"], ["entity", "¶"],
["title", [
["entity", "➊"], ["entity", "¶"],
["punctuation", "============"]
]],
["attributes", [
["punctuation", "["],
["interpreted", [
["punctuation", "'"],
["entity", "➊"], ["entity", "¶"],
["punctuation", "'"]
]],
["punctuation", "]"]
]],
["other-block", [
["punctuation", "--"],
["entity", "➊"], ["entity", "¶"],
["punctuation", "--"]
]],
["table", [
["punctuation", "|======"],
["punctuation", "|"],
["entity", "➊"], ["entity", "¶"],
["punctuation", "|======"]
]]
]
----------------------------------------------------
Checks for entities.