Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EscapeFence

Represents a fence.
Fences are used to omit section of a build_include replacement from being processed.
Thus the fenced section is included verbatium unless options are set to explicity exclude fences from output.
Matches the pattern of:

(reguired ````)(optional type)  

fenced text

(reguired ````)

Some match examples:

````
fenced text  
````

````text  
fenced text  
````

Hierarchy

  • EscapeFence

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

end

end: string | RegExp

End of Fence.

start

start: string | RegExp

Start of Fence.

Generated using TypeDoc