Process HTML for better web typography.

Ignore text in `title` element

tidaltheory.io 55d42fab 2b32b81a

verified
Changed files
+6 -1
.changeset
+5
.changeset/ready-worms-make.md
···
··· 1 + --- 2 + 'rehype-typeset': patch 3 + --- 4 + 5 + Ignore text in `title` element
+1 -1
plugin.js
··· 29 const EM_DASH = '\u2014' 30 const ELLIPSIS = '\u2026' 31 32 - const IGNORED_ELEMENTS = new Set(['script', 'style', 'pre', 'code']) 33 34 /** @type {PluginOptions} */ 35 const DEFAULT_OPTIONS = {
··· 29 const EM_DASH = '\u2014' 30 const ELLIPSIS = '\u2026' 31 32 + const IGNORED_ELEMENTS = new Set(['title', 'script', 'style', 'pre', 'code']) 33 34 /** @type {PluginOptions} */ 35 const DEFAULT_OPTIONS = {