An open API service indexing awesome lists of open source software.

https://github.com/noxify/markdoc-to-mdx


https://github.com/noxify/markdoc-to-mdx

Last synced: 11 days ago
JSON representation

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";
```