33.7.2 Removing table-specific tags from selected tables

To strip tags only from selected tables, you can use either of the following methods:

Strip table tags with configuration macros

Strip table tags with Config PI markers.

Strip table tags with configuration macros

To remove table tags by assigning table macros to a table ID:

[TableBeforeMacros]
TableID = <$$[Tables]StripTable=1>
[TableAfterMacros]
TableID = <$$[Tables]StripTable=0>

See §33.6.1 Invoking macros around tables and §33.6.4 Turning processing on and off around selected tables.

Strip table tags with Config PI markers

To remove table tags from individual tables, you can surround each table with Config PI markers: 

Config PI marker content

 

Marker placement

[Tables]StripTable=1
 

Before the table anchor

[Tables]StripTable=0
 

After the table

See §42.2.8 Overriding fixed-key configuration settings.

Previous Topic:  33.7.1 Removing table-specific tags from all tables

Next Topic:  33.7.3 Removing table-specific tags from complex tables

Parent Topic:  33.7 Converting tables to paragraphs

Sibling Topics:

33.7.1 Removing table-specific tags from all tables

33.7.3 Removing table-specific tags from complex tables