Open 0x6080 opened 2 years ago
Hey, thanks for reporting this issue!
I think the problem is coming from the missing |
in some arrays of the template. I'm going to publish a new version of Dodoc soon, but if you don't want to wait you can either:
| {{key}} | {{val.type}} | {{val.description}} |
ends with a |
develop
package using npm install @primitivefi/hardhat-dodoc@develop
or yarn add @primitivefi/hardhat-dodoc@develop
Just wanted to let you know that the issue currently persists for me after those steps and using the dev branch docusaurus.sqrl. Maybe some other issue?
Oh really? I'll check this out then, we are updating the Docusaurus template so that's an opportunity to solve potential issues.
When using gitbook with dodoc, it seems the
@dev
is rendered improperly. For example:creates:
Tried with
///
instead of/* */
and still no dice.Also using the same docusaurus.sql as Primitive:
Any idea how to work around this?