blob: 9388867c805301e302a654d4fbe1c9ce273999d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[quickbook 1.7]
[source-mode teletype]
[article Source Mode Test]
[!c++][table [[``int main() {}``][``void foo() {}``]]]
``Plain text...``
[!c++]`int main() {}` but `plain text`.
[!c++]
* `int main() {}`
* `int main() {}`
* [teletype] `int main() {}` [/ shouldn't be highlighted]
[!c++]
`int main() {}` and `int main() {}` should both be C++ highlighted.
[!teletype]`int main() {}` shouldn't be, but `int main() {}` should.
[!c++] `int main() {}`. Not highlighted: `int main() {}`.
[!c++]
[section:cpp C++ section]
``int main() {}``
[endsect]
|