mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-18 20:10:13 +02:00
add new syntax test files
This commit is contained in:
40
tests/syntax-tests/source/Textile/test.textile
Normal file
40
tests/syntax-tests/source/Textile/test.textile
Normal file
@@ -0,0 +1,40 @@
|
||||
###. Single line comment
|
||||
|
||||
###..
|
||||
Multi line comment.
|
||||
|
||||
This line is also part of comment.
|
||||
|
||||
Continues till next block element
|
||||
|
||||
p. This is not a comment, but I am a paragraph.
|
||||
|
||||
<!-- HTML comments can also be used -->
|
||||
|
||||
|
||||
h1. This is an <h1>
|
||||
|
||||
h2. This is an <h2>
|
||||
|
||||
h3. This is an <h3>
|
||||
|
||||
h4. This is an <h4>
|
||||
|
||||
h5. This is an <h5>
|
||||
|
||||
h6. This is an <h6>
|
||||
|
||||
--
|
||||
|
||||
* Item
|
||||
** Sub-Item
|
||||
* Another item
|
||||
** Another sub-item
|
||||
** Yet another sub-item
|
||||
*** Three levels deep
|
||||
|
||||
p{color:red}. This line will be red.
|
||||
|
||||
%span% are enclosed in percent symbols.
|
||||
|
||||
div. This is a new div element
|
Reference in New Issue
Block a user