Skip to content
#

mdx

Here are 697 public repositories matching this topic...

theme-ui
lhguerra
lhguerra commented Jul 13, 2021

I'm currently implementing a news list with an image in each item, and these images have 4:3 ratio in mobile devices and 16:9 ratio in desktop devices. Would it be possible or even make sense for the Aspect and AspectImage components to handle this kind of thing? I imagine an API like this:

<AspectImage {...imageProps} ratio={[4/3, 16/9]} />

Where each item in this array of ratios woul

alexfinnarn
alexfinnarn commented Jun 24, 2019

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:

  1. Create a repo with a readme during the script
  2. See the er
nextra
keikhcheung
keikhcheung commented Jun 19, 2020

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

Improve this page

Add a description, image, and links to the mdx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mdx topic, visit your repo's landing page and select "manage topics."

Learn more