Options
All
  • Public
  • Public/Protected
  • All
Menu

Fence Remove

fence?remove=true true or false - Default: false
Boolean value to determine if fences should be removed from output.
If set to true then fenced sections will be excluded from output.

FENCE EXAMPLE

Matches built in fence rules of StrictFence by seting fence to string value of regexKind.strict and excludes fences from output.

Config

bp = new BuildProcess();
const opt = {
  fence: {
    type: "strict",
    remove: true
  }
};
const results = bp.buildInclude('','./src/main.ts',opt);

Fence Options
All Options

Generated using TypeDoc