Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptFence

Represents a fence.
Fences are used to omit section of a build_include replacement from being processed.
Thus the fenced section is included verbatium.

Hierarchy

Implemented by

Index

Properties

Properties

end

end: string | RegExp

End of Fence.
Can be string value such as:

"```"

--or-- regular expression such as

/^```(?:(?:$)|(?:[\r\n]+))/  

start

start: string | RegExp

Start of Fence.
Can be string value such as:

"```"

--or-- regular expression such as

/^```(?:([a-zA-Z]+)?(?:[\r\n]+))(?:[\s\S]+?)/  

Generated using TypeDoc