Questions tagged [mdxjs]

MDX is an authorable format that lets users write JSX in markdown documents.

153 questions
-1
votes
1 answer

How to add images side-by-side responsively in Markdown Mdxjs in a Gatsby site?

I want to put images side-by-side responsively using Markdown Mdxjs (for a Gatsby site). Tables did not work for me, because: it's necessary to add titles to columns (I just want to display images, no text). it's not responsive for mobile (if…
Mostafa
  • 1,501
  • 3
  • 21
  • 37
-1
votes
1 answer

Using Gatsby JS and markdown MDX, how can I render HTML5 animations in MDX?

Setting up a personal blog with Gatsby JS, using the excellent Chronoblog theme. I need to embed small clips of HTLM5 animations, inside a markdown MDX document. The animations-presentations are created from Google WEB Designer and are exported…
1 2 3
10
11