tinacms / tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing
https://tina.io
Apache License 2.0
11.19k stars 564 forks source link

TinaMarkDown component ignoring most markdowns (headings, bulletpoints etc) - it it just me? #4470

Closed eduard-nz closed 1 month ago

eduard-nz commented 1 month ago

Describe the issue that you're seeing. Any Loom videos or screenshots usually help a lot!

When trying out a few of the starters - e.g. the LLama project from the Deep Dive series) rendering rich text (both in the live page and in visual editing) renders "bold" and italic correctly but ignores most other markups (e.g. lists, block quote, headings). The markdown is rendered correctly in the rich text editor

I can't see why this is - do others experience this too? Code is unchanged from what is in the Llama repo. See screenshot: actual formatting on the left in the rich text editor, rendering on the right

image

Reproduction

https://llama-link.vercel.app/admin

Steps to reproduce

  1. Run the Llama example (or any other starter)
  2. Switch to admin and edit any page
  3. Use anything other then Bold or Italic

System Info

System:
    OS: Linux 5.15 Debian GNU/Linux 11 (bullseye) 11 (bullseye)
    CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U
    Memory: 3.45 GB / 7.67 GB
    Container: Yes
    Shell: 5.1.4 - /bin/bash
  Binaries:
    Node: 20.9.0 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 9.8.1 - /usr/local/bin/npm
    pnpm: 8.15.5 - /usr/local/share/npm-global/bin/pnpm

Validations

eduard-nz commented 1 month ago

Seems to be a "me" thing. Will continue conversation on Discord.