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

fix demois missing space #26

Merged
merged 2 commits into from
Dec 1, 2023
Merged

fix demois missing space #26

merged 2 commits into from
Dec 1, 2023

Conversation

graingert
Copy link
Contributor

@graingert graingert commented Dec 1, 2023

This shows up as demois

Screenshot_20231201-181121

@@ -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\
Copy link
Contributor Author

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

Copy link
Member

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?

Copy link
Contributor Author

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

python/demo/main.py Outdated Show resolved Hide resolved
python/demo/main.py Outdated Show resolved Hide resolved
@samuelcolvin samuelcolvin enabled auto-merge (squash) December 1, 2023 18:18
@samuelcolvin
Copy link
Member

Thanks so much. First external PR 👏 👏 👏 .

@samuelcolvin samuelcolvin merged commit 88d1f11 into pydantic:main Dec 1, 2023
4 checks passed
@graingert graingert deleted the patch-1 branch December 1, 2023 18:20
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.

None yet

2 participants