https://github.com/noxify/markdoc-to-mdx
https://github.com/noxify/markdoc-to-mdx
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxify/markdoc-to-mdx
- Owner: noxify
- License: mit
- Created: 2024-12-13T16:50:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T16:50:27.000Z (5 months ago)
- Last Synced: 2025-01-28T23:47:04.809Z (4 months ago)
- Language: MDX
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Example
This codemod turns X into Y. It also does Z.
Note: this is a contrived example. Please modify it.### Before
```ts
const toReplace = "hello";
```### After
```ts
const replacement = "hello";
```