@ -244,10 +244,10 @@ Most parts of this are expressed in terms of CodeBlocks.
pubsEngine provides its table capability outside the defaults available in Pandoc.
pubsEngine provides its table capability outside the defaults available in Pandoc.
Under the table, pubsEngine will use MultiMarkdown to process its table.
Under the table, pubsEngine will use MultiMarkdown to process its table.
We can create tables using the following template:
We can create Table \ref{tbl:multi} using the following template:
```
```
~~~{.multiTable}
~~~{.multiTable#tbl:multi}
| | Grouping ||
| | Grouping ||
|First Header | Second Header | Third Header |
|First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: |
| ------------ | :-----------: | -----------: |
@ -259,7 +259,7 @@ We can create tables using the following template:
~~~
~~~
```
```
~~~{.multiTable}
~~~{.multiTable#tbl:multi}
| | Grouping ||
| | Grouping ||
|First Header | Second Header | Third Header |
|First Header | Second Header | Third Header |
| ------------ | :-----------: | -----------: |
| ------------ | :-----------: | -----------: |
@ -318,9 +318,10 @@ include/addition1.md
Above paragraph was included from `include/addition1.md`.
Above paragraph was included from `include/addition1.md`.
## Incorporating Diagram
## Diagram
We can include a diagram script, following an Embedded domain-specific Language from Haskell [`diagrams`](https://hackage.haskell.org/package/diagrams). We can see the implementation of following CodeBlock as Figure \ref{fig:dia1}.
We can include a diagram script, following an Embedded domain-specific Language from Haskell package [`diagrams`](https://hackage.haskell.org/package/diagrams).
The implementation of following CodeBlock can be seen at Figure \ref{fig:dia1}.