+5
.changeset/ready-worms-make.md
+5
.changeset/ready-worms-make.md
+1
-1
plugin.js
+1
-1
plugin.js
···
29
29
const EM_DASH = '\u2014'
30
30
const ELLIPSIS = '\u2026'
31
31
32
-
const IGNORED_ELEMENTS = new Set(['script', 'style', 'pre', 'code'])
32
+
const IGNORED_ELEMENTS = new Set(['title', 'script', 'style', 'pre', 'code'])
33
33
34
34
/** @type {PluginOptions} */
35
35
const DEFAULT_OPTIONS = {