update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
45
dashboard-ui/bower_components/prism/tests/languages/asciidoc/other-block_feature.test
vendored
Normal file
45
dashboard-ui/bower_components/prism/tests/languages/asciidoc/other-block_feature.test
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
****
|
||||
Sidebar block <1>
|
||||
****
|
||||
|
||||
______
|
||||
Quote block <2>
|
||||
______
|
||||
|
||||
========
|
||||
Example block <3>
|
||||
========
|
||||
|
||||
--
|
||||
Open block <4>
|
||||
--
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["other-block", [
|
||||
["punctuation", "****"],
|
||||
"\r\nSidebar block <1>\r\n",
|
||||
["punctuation", "****"]
|
||||
]],
|
||||
["other-block", [
|
||||
["punctuation", "______"],
|
||||
"\r\nQuote block <2>\r\n",
|
||||
["punctuation", "______"]
|
||||
]],
|
||||
["other-block", [
|
||||
["punctuation", "========"],
|
||||
"\r\nExample block <3>\r\n",
|
||||
["punctuation", "========"]
|
||||
]],
|
||||
["other-block", [
|
||||
["punctuation", "--"],
|
||||
"\r\nOpen block <4>\r\n",
|
||||
["punctuation", "--"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for sidebar blocks, quote blocks, example blocks and open blocks.
|
||||
Also checks that callouts are not highlighted.
|
Loading…
Add table
Add a link
Reference in a new issue