We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is regarding the side-effects of:
For sake of comparison, here are links to previews of the site
#1858
Square brackets become escaped in generated output. For example, see https://deploy-preview-1858--docsydocs.netlify.app/blog/2023/bootstrap-5-migration/#grid-row-and-col-style-changes-are-breaking
LaTeX/KaTeX elements no longer appear in the page ToC
Newly generated scripts are at the root level, I would prefer that they be under js:
js
$ ls -l userguide/public/*.js -rw-r--r-- 1 chalin staff 3467 Feb 10 03:42 userguide/public/auto-render.min_3897765599723154019.js -rw-r--r-- 1 chalin staff 276574 Feb 10 03:42 userguide/public/katex.min_10469387234004345513.js -rw-r--r-- 1 chalin staff 33712 Feb 10 03:42 userguide/public/mhchem.min_7063508452978175281.js
The newly generated scripts should be minified in production only.
The text was updated successfully, but these errors were encountered:
Revert "UG LaTeX: typesetting of formulae using standard syntax (goog…
14ef12c
…le#1858)" Used `git revert HEAD`: - This reverts commit 9815271. - For context, see google#2189
Problems * [x] Square brackets become escaped in generated output.
* [x] Square brackets become escaped in generated output.
I fixed this in 804d34d by removing superfluous backslashs in the blog post's markup.
I will look into the remaining issues soon.
Sorry, something went wrong.
[x] Newly generated scripts are at the root level, I would prefer that they be under js:
This is now adressed vai 4deb553.
[x] The newly generated scripts should be minified in production only.
This is now addressed via 16e5d2c.
[x] LaTeX/KaTeX elements no longer appear in the page ToC
This is actually a known Hugo issue. Fortunately, there is a way to work around. This issue is fixed with 570db2b.
deining
Successfully merging a pull request may close this issue.
This issue is regarding the side-effects of:
For sake of comparison, here are links to previews of the site
#1858
: https://deploy-preview-2188--docsydocs.netlify.app/#1858
: https://deploy-preview-1858--docsydocs.netlify.app/Problems
Square brackets become escaped in generated output. For example, see https://deploy-preview-1858--docsydocs.netlify.app/blog/2023/bootstrap-5-migration/#grid-row-and-col-style-changes-are-breaking
LaTeX/KaTeX elements no longer appear in the page ToC
Newly generated scripts are at the root level, I would prefer that they be under
js
:The newly generated scripts should be minified in production only.
The text was updated successfully, but these errors were encountered: