Matthew Peveler
Matthew Peveler
@tbpassin Following up here, would you be able to provide a adoc file that contains all possible examples of mathjax usage as accepted by asciidoctor and that you'd want asciidoc...
Even just a document of examples you've discussed here would help just so I've got a "known" state to start debugging from.
Something to note here is that [asciidoctor](https://asciidoctor.org/docs/user-manual/#include-nonasciidoc) seems to want everything in UTF-8, and will convert down to it as necessary. However, I am not sure how it handles stuff...
Re-reading this, and having a good amount of time to think on this, my view is the order should be for determining what encoding to use: 1. user gives encoding...
To confirm, you're seeing a regression from 10.1.4 or from an earlier version?
For the two math libraries, The included AsciiMath is at version 1.4.7 while the latest is 2.2. The set MathJax CDN uses version 2.7.1 while the latest is at 2.7.4
While I would like to move towards making asciidoc more feature-parity on asciidoctor, and experiment with things like conversion of a streaming parser into a non-streaming parser (as @elextr has...
Yeah, I think there are other places in the codebase that would benefit and probably other places in the codebase that follow a similar no-op paradigm, that one place was...
It would probably be good to add a page under https://submitty.org/developer/software_and_system_design/coding_style_guide/index for shell code style guide that mentions we follow the shellcheck guidelines, how to run the linter, and just...
Good catch @akshatbatra, totally forgot about that, and that string wasn't updated since the Ubuntu 18.04 days 😬 . That particular issue was fixed in #8145 / #8147.