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

note difference between label and markdown #162

Open
alixander opened this issue Jun 26, 2023 · 0 comments
Open

note difference between label and markdown #162

alixander opened this issue Jun 26, 2023 · 0 comments

Comments

@alixander
Copy link
Contributor

alixander commented Jun 26, 2023

badMarkdown: |md This Markdown uses \n and it doesn't really work \n that well. |

goodMarkdown: |md
  This markdown adds a slash\
  at the end of a line and then continues\
  on the next line.
|

badLabel: {
  label: This label can't use the markdown syntax\
  as shown here
}

goodLabel: {
  label: This label uses the newline\nto generate seaparate lines.
}

mdWidth: |md This container doesn't seem to abide by the width property and seems to disregard it | {
  width: 300
}

https://discord.com/channels/1039184639652265985/1039185315685998693/1122947660891041973

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

No branches or pull requests

1 participant