mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Fix reference documentation mathematical error (#5072)
This commit is contained in:
parent
0b151b866a
commit
d5b1bf314e
@ -49,7 +49,7 @@ use crate::text::TextElem;
|
|||||||
/// == Performance <perf>
|
/// == Performance <perf>
|
||||||
/// @slow demonstrates what slow
|
/// @slow demonstrates what slow
|
||||||
/// software looks like.
|
/// software looks like.
|
||||||
/// $ O(n) = 2^n $ <slow>
|
/// $ T(n) = O(2^n) $ <slow>
|
||||||
///
|
///
|
||||||
/// #bibliography("works.bib")
|
/// #bibliography("works.bib")
|
||||||
/// ```
|
/// ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user