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

feat(nuemark)!: proposal for (markup) distinguishable nuemark yaml tags #476

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nobkd
Copy link
Collaborator

@nobkd nobkd commented Feb 5, 2025

fix #471

Make YAML content distinguishable from non-YAML by adding the colon : at the end of the block Nuemark tag.

This allows using lone unordered lists in Nuemark tags:

[.class]
  - ul
  - items

[myblock]
  - ul
  - items

[yamlblock]:
  - yaml
  - items

to be done:

  • syntax to distinguish YAML from MD
  • use syntax in tests and docs
  • add information about this to docs

@nobkd nobkd changed the title feat(nuemark)!: proposal for yaml with nuemark tags feat(nuemark)!: proposal for distinguishable nuemark yaml tags Feb 5, 2025
@nobkd nobkd changed the title feat(nuemark)!: proposal for distinguishable nuemark yaml tags feat(nuemark)!: proposal for (markup) distinguishable nuemark yaml tags Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested content does not support lists when it's the first content
1 participant