This page is used to test the tabs plugin based on Tabslet.
1
2
3
4
5
6 | # This is a ruby file.
class MyClass
def foo
'bar'
end
end
|
This is a test of **markdown** inside a tab!
1
2 | // This tab does not have the data-lang attribute set!
$ cd path/to/your/file
|
1 | <p>Yes you can still use HTML in code blocks!</p>
|
1
2
3
4
5
6
7
8 | Test 0 <>
Test 1 >
Test 3 <
Test 4 ><
Test 5 =>
Test 6 <=
Test 7 <>
<p><b>Test</b></p>
|
Here we show a similar set of tabs to test language syncing:
1
2
3
4
5
6 | # This is a ruby file.
class MyClass
def foo
'bar'
end
end
|
This is a test of **markdown** inside a tab!
1
2 | // This tab does not have the data-lang attribute set!
$ cd path/to/your/file
|
1 | # The other group does not have a Python tab.
|
This includes **bold** with Markdown.