-
Source: https://github.com/sayakpaul/portfolio/blob/master/posts/attn_diffusion.qmd Render: https://sayak.dev/posts/attn-diffusion.html When I preview it locally, it works perfectly fine: ![]() I have no clue why the ToC is not getting automatically rendered on the right-hand side of the render. Other webpages like https://sayak.dev/posts/streamlined-releases.html are completely rendering it fine. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@sayakpaul There is an issue template to ensure the maintainers have all the information needed to work on an issue. Meanwhile, as this issue is incomplete, I'm converting it to a discussion where you can add additional informations. In future, we would appreciate if you could follow the guidelines. |
Beta Was this translation helpful? Give feedback.
-
@sayakpaul You have bad HTML which is not safe as you are using bare HTML. I also suggest to avoid blind copy/paste of blocks, since you've copied five times the same wrong bare HTML code. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help.
It also seems like you were able to point out issues from the info I actually provided. Regarding providing incomplete information in an issue, I think I understand your point of view. I am a core maintainer of a fairly popular repository myself: https://github.com/huggingface/diffusers. So, I mean it when I say I understand your point of view. In this case, I thought the issue was simple to convey with the information I provided. The gist of the issue was that the stuff worked as expected offline, but didn't when it was published to the web. I am happy to stand corrected, however, I am not sure what else I could have provided here from my side. So, I would also suggest you to contemplate a bit before an answer and marking an issue invalid. Like yourself, I get a flurry of issues, too, and I say that from experience. So, a friendlier tone goes a long way. |
Beta Was this translation helpful? Give feedback.
@sayakpaul You have bad HTML which is not safe as you are using bare HTML.
I recommend you take a second look at the authoring basics from the documentation, especially the part about using non markdown in your document: https://quarto.org/docs/authoring/markdown-basics.html#raw-content
I also suggest to avoid blind copy/paste of blocks, since you've copied five times the same wrong bare HTML code.