- Add serve.py to resolve clean Quartz URLs to .html files - Regenerate Quartz site with correct baseUrl http://100.118.5.51:9120 - 196 HTML files emitted; all internal links now resolve
6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
import createEscaper from './_createEscaper.js';
|
|
import escapeMap from './_escapeMap.js';
|
|
|
|
// Function for escaping strings to HTML interpolation.
|
|
export default createEscaper(escapeMap);
|