blob: a04bca741a90751422fd5afcc2d5a83e82354dcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[article C++ test
[quickbook 1.5]
[source-mode python]
[license `def foo(x): print "Hello"`]
[source-mode c++]
[purpose `int main() {}`]
]
```int main() {}```
[include source-mode-python-include.quickbook]
```def foo(x):```
[include source-mode-cpp-include.quickbook]
```int main() {}```
|