summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/build/to-html.mjs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/build/to-html.mjs b/src/build/to-html.mjs
index d8c3a84..a418b1f 100644
--- a/src/build/to-html.mjs
+++ b/src/build/to-html.mjs
@@ -11,15 +11,13 @@ import rehypeRaw from 'rehype-raw';
import rehypeAutolinkHeadings from 'rehype-autolink-headings';
import rehypeStringify from 'rehype-stringify';
import rehypeHighlight from 'rehype-highlight';
-import {h} from 'hastscript';
import remarkSpecialBox from './special_box.mjs';
import remarkRemoveFootnoteHeader from './remove-footnote-header.mjs';
const autoLinkOption = {
behavior: 'wrap',
properties: {
- ariaHidden: true,
- tabIndex: -1,
+ tabIndex: 0,
className: 'anchor',
},
};