Skip to content

Conversation

@mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Sep 24, 2025

Fixes #6510

This loosens some markdown limitations to act more like GitHub Flavored markdown (GFM) such that we allow:

  • 2 spaces for tabs
  • Lists can start after paragraph without an empty line
uv run marimo edit marimo/_smoke_tests/markdown/sane_lists.py

@vercel
Copy link

vercel bot commented Sep 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Sep 24, 2025 2:36pm

@mscolnick mscolnick changed the title improvement: support 2-space markdown and paragraphs without lists improvement: support 2-space markdown and paragraphs without newline before lists Sep 24, 2025
Copy link
Collaborator

@dmadisetti dmadisetti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I don't think perf is too much of an issue, but we might consider looking at all our plugins if it does. CI should now pass, so restarted the tests

@mscolnick mscolnick merged commit 6182a6d into main Sep 25, 2025
42 of 79 checks passed
@mscolnick mscolnick deleted the ms/markdown-lists branch September 25, 2025 02:03
@dmadisetti dmadisetti added the enhancement New feature or request label Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Markdown rendering too strict and incompatible with LLM-generated output

3 participants