-
Populate website with Project README's, displaying the Markdown in a nice way.
-
See https://docs.google.com/document/d/1o-Hp-tK8Z_BAcE-KRiXQicPH04qNr525EIxlG8J4RxM/edit?tab=t.0#bookmark=id.hy4h27dpoz37
-
This issue aims to update `react-native-reaniamted` to the newest version because of two reasons:
1. [Workletization of `react-native-live-markdown`](https://github.com/Expensify/react-native-live-ma…
-
# Welcome to My Blog
This is a sample blog post written in Markdown for test
## Features
- Easy to write
- Supports **bold** and *italic* text
- And even \`inline code\`
### Code Example…
-
The current implementation of `MarkdownLineHeightSpan` is a bit tricky:
https://github.com/Expensify/react-native-live-markdown/blob/b753c7a775208fc2c49d34f4d729f11ff73b1815/android/src/main/java/c…
-
I'm seeing tons of different tools to use like gray-matter (front matter parser), remark (markdown to html transformer), and mdx (a react extension for markdown files).
I'm not exactly sure what's …
-
Why do I see highlighted code in the editor, while the code in the preview is plain?
Code
``` typescript
import "@uiw/react-markdown-editor/markdown-editor.css";
import "@uiw/react-markdown-pr…
-
Uncaught ReferenceError: process is not defined
at node_modules/@contentful/rich-text-from-markdown/dist/rich-text-from-markdown.es5.js (@contentful_rich-text-from-markdown.js:17300:19)
at _…
-
### What happened?
I'm using Plasmo with React JS, Typescript, and src dir. I added the react markdown package and then the build started to fail.
After digging for some time, I found one package …
-
I installed the package using `npm install react-markdown-toc`, but I couldn't import anything from the package.
I did
```
import { TOC } from 'react-markdown-toc/client'
```
but I got
```
Se…