master
Hasan al Rasyid 3 years ago
parent 683852e7ac
commit 1725f84b0d
  1. 30
      manuscript.md

@ -335,7 +335,35 @@ let x = circle 10
## Subprocess delegation
We can delegate the compilation of our CodeBlock to other application.
As an example, the above table creation,
As an example, the above table creation, can be delegated to `multimarkdown` using following syntax:
```
~~~{.delegate .multimarkdown}
| | Grouping ||
|First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: |
|Content | *Long Cell* ||
|Content | **Cell** | Cell |
|
|New section | More | Data |
|And more | With an escaped '\|' ||
[Prototype table]
~~~
```
~~~{.delegate .multimarkdown}
| | Grouping ||
|First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: |
|Content | *Long Cell* ||
|Content | **Cell** | Cell |
|
|New section | More | Data |
|And more | With an escaped '\|' ||
[Prototype table]
~~~
# Baker's standard one-zone model

Loading…
Cancel
Save