-
Notifications
You must be signed in to change notification settings - Fork 445
Description
Checklist
- I am running the latest version. Installing Isso from GitHub from the
master
branch does not fix my issue - I have checked the troubleshooting guide
- I have searched the open issues, but my issue has not already been reported
What is not working?
The documentation here makes note of a number of extensions that can be added to the default Markdown editor, such as "math", "footnotes", "highlight", "tables" etc. However, even after adding them to the configuration, there does not seem to be any change, and no errors in the logs either.
How can one reproduce this issue?
Isso configuration file contains the following [markup] section:
[markup]
options = autolink, fenced-code, no-intra-emphasis, strikethrough, superscript, math, highlight, tables, underline
flags = hard-wrap
allowed-elements =
allowed-attributes =
The "default" ones -- "autolink, fenced-code, no-intra-emphasis, strikethrough, superscript" work correctly and as expected, adding and removing them from the line produces the expected results. However, "math, highlight, tables, underline" produce no effect whatsoever. A demo can be seen on this page, the last comment:
https://mihnea.net/hello-world/#isso-11
Is there something I'm missing from the installation? The Misaka library appears to be present under isso/lib/python3.9/site-packages/misaka
and is at version 2.1.1.