Skip to content

Markdown in notes #33

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

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Markdown in notes #33

merged 2 commits into from
Jan 20, 2024

Conversation

asherber
Copy link
Member

@rpatters1 This will get you bold, italic, and headers when displaying the notes for a script. Note that h4-h6 will be styled just like h3; I can add specific styling for these, but I thought it was unlikely that they would be needed.

image

Tables are more complicated, because of spacing and alignment; I was able to emit the proper HTML, but I wasn't happy with the way things looked. By default, a table will take up the full width of its container (likely larger than needed), and table headers will be center-aligned. I'm not sure how to impose reasonable defaults, and I don't want to get into allowing styling directly in the Markdown.

@rpatters1
Copy link

Thank you, thank you.

Do you need me to merge it?

@asherber asherber merged commit 010ff3a into finale-lua:main Jan 20, 2024
@asherber
Copy link
Member Author

Thanks, just wanted another pair of eyes on it!

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.

2 participants