See the following code:
^Column 1 ^Column2 ^Column3 ^
|Data 0-1 |Data 0-2 |Data 0-3 |
|Data 1-1 |Data 1-2 |Data 1-3 |
<pagemod table_record output_after>
|@@Field 1@@ |@@Field 2@@ |@@Field 3@@ |
</pagemod>
If the target file name is "table-record" instead of "table_record", the whole <pagemod>...</pagemod> block will be rendered as text instead of becoming functional.
Moral of the story: your pages can't have "-" in their names.
See the following code:
If the target file name is "table-record" instead of "table_record", the whole
<pagemod>...</pagemod>block will be rendered as text instead of becoming functional.Moral of the story: your pages can't have "-" in their names.