Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label on import this cell in docs is not properly set #1795

Open
agoose77 opened this issue Jan 22, 2025 · 0 comments
Open

Label on import this cell in docs is not properly set #1795

agoose77 opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@agoose77
Copy link
Contributor

agoose77 commented Jan 22, 2025

This is a small issue tracking an incorrect label in the docs:

For some reason, the #| label:zen is not properly setting the label. Instead, each char in label:zen is being taken as an array of items in data. I suspect the lack of whitespace between key and value is at fault.

❯ curl -s https://mystmd.org/guide/interactive-notebooks.json | jq .mdast.children[10].data
{
  "0": "l",
  "1": "a",
  "2": "b",
  "3": "e",
  "4": "l",
  "5": ":",
  "6": "z",
  "7": "e",
  "8": "n",
  "editable": true,
  "slideshow": {
    "slide_type": ""
  },
  "tags": []
}
@agoose77 agoose77 added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant