This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

^comment( data )^


Code Type: 

Code Scope of Action: 

Code First Added: 

Code Altered: 

 Data Include   [other codes of this type]

 item   [codes with similar scope]

 Baseline

 format"


^comment( data )^

All of the data within the parentheses of the ^comment^ is exported as an HTML comment. Thus:

^comment(This is a comment)^ 

exports as an unseen HTML code comment as in:

<-- This is a comment -->