From 63189d5ccf31c34b4265597248938e06f95ef32d Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 13 Jan 2024 11:09:42 -0500 Subject: [PATCH] Fix typos and update ignore-words --- .github/workflows/codespell.yml | 2 +- input/tex/extensions/textmacros.rst | 1 + options/accessibility.rst | 2 +- options/input/tex.rst | 2 +- web/examples.rst | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index bb08164..9dc82c3 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -7,4 +7,4 @@ jobs: steps: - uses: actions/checkout@v3 - run: pip install codespell - - run: codespell --ignore-words-list=braket,ket,merrors,merror,multline + - run: codespell --ignore-words-list=braket,ket,merrors,merror,multline,oint diff --git a/input/tex/extensions/textmacros.rst b/input/tex/extensions/textmacros.rst index b27bfba..3997240 100644 --- a/input/tex/extensions/textmacros.rst +++ b/input/tex/extensions/textmacros.rst @@ -256,6 +256,7 @@ HTML Commands ------------- .. list-table:: + * - ``\data`` - specify data-* attributes * - ``\href`` diff --git a/options/accessibility.rst b/options/accessibility.rst index 645e83f..61087cc 100644 --- a/options/accessibility.rst +++ b/options/accessibility.rst @@ -28,7 +28,7 @@ settings: options: { menuOptions: { settings: { - assistiveMml: true, // true to enable assitive MathML + assistiveMml: true, // true to enable assistive MathML collapsible: false, // true to enable collapsible math explorer: false // true to enable the expression explorer } diff --git a/options/input/tex.rst b/options/input/tex.rst index 0e2b5b9..8bfb79c 100644 --- a/options/input/tex.rst +++ b/options/input/tex.rst @@ -89,7 +89,7 @@ Option Descriptions } }; - This loads the :ref:`tex-enclose` extension and acticates it by + This loads the :ref:`tex-enclose` extension and activates it by including it in the package list. You can remove packages from the default list using ``'[-]'`` diff --git a/web/examples.rst b/web/examples.rst index c4e4836..e2452d3 100644 --- a/web/examples.rst +++ b/web/examples.rst @@ -15,7 +15,7 @@ In addition, there are examples for: * :ref:`Configuring MathJax using an external script ` * :ref:`Configuring and loading MathJax using one local file ` * :ref:`Synchronizing with MathJax using promises ` -* :ref:`Reseting TeX equation numbering ` +* :ref:`Resetting TeX equation numbering ` * :ref:`Updating previously typeset content ` * :ref:`Looking up the math on the page ` * :ref:`Loading MathJax only on pages with math `