Skip to content

Commit

Permalink
fix(docs): fix avm instruction set table (#7061)
Browse files Browse the repository at this point in the history
Something changed in latest docusaurus (or in one of its dependencies
like `react-markdown`), and for whatever reason I need to escape
backticks (`) used inside of `<Markdown>` elements.

Basically we are generating an html table, and the opcode names in the
table were surrounded with backticks to make them look like this `ADD`
(probably unnecessary but I liked it). For whatever reason they now need
to be escaped 🤷

[Previewed
here](https://aztec-packages-7xi6jsdgr-davids-projects-7de79886.vercel.app/protocol-specs/public-vm/instruction-set)
  • Loading branch information
dbanks12 authored Jun 17, 2024
1 parent 2d7c097 commit fcbd44b
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 60 deletions.
Loading

0 comments on commit fcbd44b

Please sign in to comment.