Eric Bouchut
Eric Bouchut
- Fixed deployment of Bet and DAI contracts. - Fixed test of Bet contract (only what is related to DAI) Simply instantiated a DAI contract and passed it to the...
@timvink @JakubAndrysek There is another way to insert a right-up arrow image beside each link. Instead of JS, you could **use** a **CSS** rule, like this: ```css /* * Materialize...
I need to figure out how to exclude the footer and the header in the CSS selector.
This rule helps even if it removes text that _Mkdocs_ and _mkdocs-material_ could potentially add after the links. ```css /* * Materialize links that open in a new window with...
🥳 Or even better, only target the external links beneath `.md-main`: ```css /* * Materialize external links that open in a new window with a right-up arrow icon * (except...
I got the same error message as #48 and the code fix mentioned in point 3 fixed this issue for me. Thx 👍. I eagerly await this PR to be...
## Does not Work It does not work when deployed on Github-Pages (with a subfolder `trio-docs` in my case): >  ## Works It works in: - locally with `mkdocs...
@JakubAndrysek For whatever reason, adding `js/open-in-new-tab.js` first makes it work. This is why I need your guidance here. I do not get the reason for now.