Lines Matching refs:toMarkup
972 _proto.toMarkup = function toMarkup() {
976 markup += this.children[i].toMarkup();
1084 var _toMarkup = function toMarkup(tagName) {
1113 markup += this.children[i].toMarkup();
1172 _proto.toMarkup = function toMarkup() {
1213 _proto2.toMarkup = function toMarkup() {
1262 _proto3.toMarkup = function toMarkup() {
1382 _proto4.toMarkup = function toMarkup() {
1459 _proto5.toMarkup = function toMarkup() {
1471 markup += this.children[i].toMarkup();
1505 _proto6.toMarkup = function toMarkup() {
1538 _proto7.toMarkup = function toMarkup() {
6812 _proto.toMarkup = function toMarkup() {
6826 markup += this.children[i].toMarkup();
6872 _proto2.toMarkup = function toMarkup() {
6947 _proto3.toMarkup = function toMarkup() {
17263 var markup = katex_renderToDomTree(expression, options).toMarkup();