-
The [remark-directive](https://github.com/remarkjs/remark-directive) plugin does not function as expected when used with mdsvex. I could not figure out why.
Minimal example:
```js
import { unif…
vypxl updated
4 months ago
-
# Support `remark-code-import` by passing file metadata during parser creation
## Description
When attempting to use the `remark-code-import` plugin with code snippet imports using the file syntax:
…
-
**Version**
1.9.8
The directives that appear in the DoxSimpleSectKind enumeration in `compound.xsd` of the XML output are as follows.
```
see
return
author
authors
version
since
date
no…
-
> check-fail here is redundant
_Originally posted by @compiler-errors in https://github.com/rust-lang/rust/pull/130718#discussion_r1770625658_
Some test suites have a *default* test beha…
-
### Describe the bug
**context**
When I add the class `dropdown` to any directive except
`````
````{prf:proof}
:class: dropdown
````
`````
the directives become collapsible in the HTML outpu…
-
Hey I was having a look at markdown directives to render html , this would be an amazing addiction that you could add logic with space script
https://github.com/remarkjs/remark-directive
```mar…
-
**Is your feature request related to a problem? Please describe.**
When using [twoslash](https://shikijs.github.io/twoslash/) code organization features like `@include` or `---cut---`, nothing happ…
-
# Proposal
## Background
LLVM [FileCheck] is a LLVM bin tool is that used in our
`tests/{assembly,codegen}` test suites. [FileCheck] directives are not handled
by compiletest (which uses `//@` prefi…
-
Hi!
I've confirmed that my `Layout.svelte` is being loaded, although the exported custom components at the top aren't being used:
```js
import img from '../basics/Image.svelte';
import…
webel updated
6 months ago
-
Some remark / rehype plugins fail unexpectedly with next-mdx-remote, while they dont fail with nextMDX
In my concrete example "remark-directive" works with `nextMDX` but fails with `next-mdx-remote…