DrDrij
DrDrij
Can’t seem to reproduce. Are there any more specific details you can provide? Is it when you launch first time? Does it go away after a single refresh? Do internal...
@mmcky Agreed. It appears most solutions suggest reducing the length of the equation. Had a fiddle to see what I could do with the HTML that MathJax writes out, but...
@mmcky Great idea. Changed the parameter to `sticky_contents: true` from `sticky_toc: true`. Shall I create a PR on the myst sites to add the parameter? programming, python, advanced, datascience, julia?...
Since we have a sticky toolbar we need to add padding at the top, but this padding also needs to exist for skip anchor links in the content. Tried all...
Example: The format would be: `https://badgen.net/github/stars/[org-name]/[repo-name]` eg. `` (perhaps wrap it in a Paragraph element) ``
Template removed @mmcky
Hey @mmcky I hope you don't mind I went ahead and just committed the change to the table. This lines I edited are here: https://github.com/QuantEcon/book-networks-public/pull/62/files#diff-1935b95de07be14d4bfa51e8b6d87a248e2194e7dc56a775ebbf0ac4cafef1d1R32 The update should visually look...
Hi Folks :) Pity about trademark. Just quietly, I really like the little rocket ship blasting off.
@mmcky Hey Matt I notice that the admonition has the proof class ``. So we could style it specifically such as: ``` div.remark.proof { border-color: green; .admonition-title { background-color: transparent;...
Ah I see! Yes I made a mistake. ``` div.remark p.admonition-title { background-color: transparent; } ``` Will override the CSS I wrote above. CSS weighting is sequentially - element, id,...