mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
parent
bda8f14f89
commit
8dc24b6a98
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ function Hello() {
|
|||
}
|
||||
```
|
||||
|
||||
In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax.
|
||||
In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](/docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax.
|
||||
|
||||
```haskell title="haskell.hs"
|
||||
stringLength :: String -> Int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue