content: stripIndent()

in packages/docpack-jsdoc-extractor/lib/parseXMLExamples.js [79:95]


        content: stripIndent(tagContent),
        attrs: exampleNode.attributes,
        files: files
      }));

      stopFileParsing();
      stopExampleParsing();
    }

    if (nodeName === FILE_TAG && exampleNode && fileNode) {
      tagContent = getTagContent(
        fileContentStartPosition,
        parser.position,
        TAG_START_REGEXP
      );

      if (tagContent == null) {