RawShortcode Class
A special shortcode that will output whatever is in it's content.
Namespace
Statiq.Core
Interfaces
Base Types
RawShortcode
SyncShortcode
object
IShortcode

Syntax

public class RawShortcode : SyncShortcode, IShortcode

Examples

<?# Raw ?><?# ThisWillBeOutputVerbatim ?><?#/ Raw ?>

Remarks

This will not evaluate nested shortcodes and is useful for escaping shortcode syntax.

Fields

Name Field Type Constant Value Summary
RawShortcodeName string Raw
static

Methods

Extension Methods