cardano-foundation / cf-cip-frontend

The Cardano CIP Frontend
https://cips.cardano.org/
2 stars 2 forks source link

Redering errors on cips.cardano.org #28

Closed kwxm closed 4 months ago

kwxm commented 5 months ago

CIP-0109 contains the following markdown:

Here we have that the base $b$ is an integer, the exponent $e$ a non-negative integer and the modulus $m$ a positive integer. To be more specific, we want $e$ to be larger or equal to zero, and $m$ is larger than zero. This is because what we are effectively doing, is multiplying $e$ copies of $b$ and a modulo reduction by $m$. In this context, multiplying a negative number of copies of $b$ has no definition.

The text within $...$ is rendered as expected on GitHub:

CIP-0109-GitHub

However on cips.cardano.org the symbols inside $...$ appear twice:

CIP-0109-web

Something similar happens in CIP-1694:

CIP-1694-web

This is minor, but I thought it was worth pointing out. Maybe people aren't supposed to be using TeX in CIPs.

fill-the-fill commented 4 months ago

resolved in https://github.com/cardano-foundation/cf-cip-frontend/pull/31 , should be live soon :)