Skip to content

addSectionLinks

PieterHering edited this page Feb 18, 2021 · 1 revision

addSectionLinks

Controls if linked "§" section markers are added to a document. This is enabled by default for W3C documents.

var respecConfig = {
  // turns off the § section markers
  addSectionLinks: false;
}