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

docs: Update the nullable to use escaped angle brackets #344

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

ivasilov
Copy link
Member

@ivasilov ivasilov commented Sep 11, 2024

What kind of change does this PR introduce?

This PR fixes the angle brackets in the docs for Clickhouse.

What is the current behavior?

The docs use Nullable<T> but markdown table handle angle brackets badly.

What is the new behavior?

This PR changes the docs to use &lt; and &gt; instead.

Additional context

Breaks all deployments of the docs app because the Clickhouse docs are fetched during each build.

@ivasilov ivasilov changed the title Update the nullable to use escaped angle brackets docs: Update the nullable to use escaped angle brackets Sep 11, 2024
@ivasilov ivasilov merged commit fd4a3c3 into main Sep 11, 2024
3 checks passed
@ivasilov ivasilov deleted the docs-fix-nullable branch September 11, 2024 16:19
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