Skip to content
New issue

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

Latest LaTeX PR causes square brackets to be escaped, breaks ToC rendering, and more #2189

Open
4 tasks
chalin opened this issue Feb 10, 2025 · 4 comments · May be fixed by #2195
Open
4 tasks

Latest LaTeX PR causes square brackets to be escaped, breaks ToC rendering, and more #2189

chalin opened this issue Feb 10, 2025 · 4 comments · May be fixed by #2195
Assignees
Labels
bug Something isn't working

Comments

@chalin
Copy link
Collaborator

chalin commented Feb 10, 2025

This issue is regarding the side-effects of:

For sake of comparison, here are links to previews of the site

Problems

@chalin chalin added the bug Something isn't working label Feb 10, 2025
chalin added a commit to chalin/docsy that referenced this issue Feb 10, 2025
…le#1858)"

Used `git revert HEAD`:

- This reverts commit 9815271.
- For context, see google#2189
@deining
Copy link
Collaborator

deining commented Feb 13, 2025

Problems

* [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.

@deining
Copy link
Collaborator

deining commented Feb 14, 2025

[x] Newly generated scripts are at the root level, I would prefer that they be under js:

This is now adressed vai 4deb553.

@deining
Copy link
Collaborator

deining commented Feb 14, 2025

[x] The newly generated scripts should be minified in production only.

This is now addressed via 16e5d2c.

@deining
Copy link
Collaborator

deining commented Feb 14, 2025

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants