-
Notifications
You must be signed in to change notification settings - Fork 327
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
fix demois missing space #26
Conversation
python/demo/main.py
Outdated
@@ -14,7 +14,7 @@ def api_index() -> list[AnyComponent]: | |||
# language=markdown | |||
markdown = """\ | |||
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just removing the \ at the end here will fix it. I think with markdown one newline becomes a single whitespace you need two new lines for a br
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ye, you're right - just removing the \
fixes it.
Do you want to update your PR, or should I fix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I applied a suggestion to fix this
Thanks so much. First external PR 👏 👏 👏 . |
This shows up as demois