-
### Problem Description
Currently the Github connector only supports syncing documents with `.markdown`, `.md`, and `.rst` file extensions as [per the docs](https://www.elastic.co/guide/en/enterprise…
spong updated
4 months ago
-
mdoc seems to be designed to work with Docusaurus, which uses MDX. Tools understand MDX better when the file extension is .mdx. Mdoc should process .mdx files the same way as .md files.
nafg updated
9 months ago
-
`mdx-bundler` is pretty opinionated and i would like to be able to use a simpler setup closer to the official [`MDX on demand`](https://mdxjs.com/guides/mdx-on-demand/) guide.
it would be cool if s…
-
### Version
System:
OS: macOS 15.0.1
CPU: (10) arm64 Apple M1 Pro
Memory: 213.81 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Browsers:
Chrome: 130.0.6723.58
npmPackages:
rspre…
-
**Describe the bug**
When trying to connect me with TM1py to a PA MSCP environment with the exemple provided, it doesn't work.
**To Reproduce**
**When try this code:**
```
from TM1py import TM…
-
### Summary
.mdx is a superset of .md, markdown empowered with jsx, used by popular ssg framework [docusaurus](https://docusaurus.io/).
Sadly GitLocalize doesn't support it right now.
### Repos…
-
# Test Post MDX — DaniDiazTech
This is just a test post, I have no idea what all of this is going to be about
[https://danidiaztech.com/test-mdx](https://danidiaztech.com/test-mdx)
-
some performances have conversion errors
-
```tsx
//Parent
{
const current = ref();
const content = props.children;
if (current && content) {
const result = await codeToHtml(cont…
-
Most of Eio's tests are in the `tests` directory, which isn't tested on Windows (due to the `(enabled_if ( %{os_type} "Win32"))` in `tests/dune`).
A good first step would be to find out what happen…