Lines Matching +full:markdown +full:- +full:it +full:- +full:anchor
6 const markedAlert = require('marked-alert');
8 // Setup some options for our markdown renderer
38 let f1 = await fs.readFile(infile, "utf-8");
58 `<meta charset="utf-8">\n` +
59 `<link rel='stylesheet' type='text/css' media='screen' href='../reports-v2.css'>\n` +
77 header.innerHTML = (await fs.readFile('header.html', 'utf-8')).trim();
125 // body already has no content to it at this point.
127 body.appendChild(getScript({ src: './js/anchor.min.js' }));
144 // This invokes anchor.js
170 h6.removeAttribute(p.name); // so that it does not have a conflicting id
179 // Drop generated anchors where there is an explicit anchor
195 // OK, done munging the DOM, write it out.