Skip to content

Commit cfd8b89

Browse files
committed
Make LaTeX actually work
1 parent c6d1b3b commit cfd8b89

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/pos/how-to/smart-contracts/chainstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Chainstack provides infrastructure for Ethereum-based applications and other blo
1212

1313
Foundry is a fast toolkit for Ethereum application development written in Rust. It provides testing, interaction with EVM smart contracts, sending transactions, and blockchain data retrieval.
1414

15-
!!! tip
15+
!!! note
1616

1717
If you have any questions, reach out in the [<ins>Chainstack Discord</ins>](https://discord.com/invite/Cymtg2f7pX) server.
1818

mkdocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ markdown_extensions:
362362
- meta
363363
- smarty
364364
- pymdownx.extra
365+
- pymdownx.arithmatex:
366+
generic: true
365367

366368
plugins:
367369
- search
@@ -378,10 +380,6 @@ plugins:
378380
validation:
379381
absolute_links: ignore
380382

381-
markdown_extensions:
382-
- pymdownx.arithmatex:
383-
generic: true
384-
385383
extra_javascript:
386384
- js/mathjax.js
387385
- js/polyfill.min.js

0 commit comments

Comments
 (0)