MCPcopy Create free account
hub / github.com/TruthHun/BookStack / endPre

Function endPre

static/vuejs/vue.esm.js:7723–7731  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

7721 }
7722
7723 function endPre (element) {
7724 // check pre state
7725 if (element.pre) {
7726 inVPre = false;
7727 }
7728 if (platformIsPreTag(element.tag)) {
7729 inPre = false;
7730 }
7731 }
7732
7733 parseHTML(template, {
7734 warn: warn$2,

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected