-
Updated
Nov 9, 2021 - TypeScript
MDX
MDX allows you to use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components a blast.
Here are 750 public repositories matching this topic...
-
Updated
Sep 21, 2021 - JavaScript
Describe the bug
GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.
To Reproduce
Steps to reproduce the behavior:
- Create a repo with a readme during the script
- See the er
-
Updated
Dec 25, 2021 - TypeScript
Things like Optional Chaining should be transpiled for e.g. node 12 compatibility: https://esbuild.github.io/content-types/#javascript. We should choose es2016 for all packages.
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Dec 2, 2021 - TypeScript
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 19, 2021 - JavaScript
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Sep 1, 2018 - JavaScript
-
Updated
Jul 22, 2021 - JavaScript
Would it be possible to include excerpts from markdown files in the ‘Referred in’ section?
Currently, if the mention comes from notes originating from Roam, the parent block with the page mention is shown as a bullet point unter the page title.
But for local markdown files, only the page title is given.
<img width="592" alt="Screenshot 2020-06-19 at 17 50 49" src="https://user-images.github
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Dec 27, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
I find it surprising and confusing that the
bgshorthand can be set to a color name/key, but notbackground, as they read the same.Describe the solution you'd like
I would like
backgroundto be a theme-aware property, so I can dosx={{ background: 'myCustomColorName' }}.**Describe alternatives you've considere