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

Some code blocks contain # highlight-next-line #3192

Open
DamianMaslanka5 opened this issue Feb 2, 2025 · 1 comment
Open

Some code blocks contain # highlight-next-line #3192

DamianMaslanka5 opened this issue Feb 2, 2025 · 1 comment
Labels
bug Something isn't working P3

Comments

@DamianMaslanka5
Copy link
Contributor

DamianMaslanka5 commented Feb 2, 2025

You can find these by running rg -uuu -l -g '*.html' "highlight-next-line|highlight-start"

  • zh/operations/storing-data.html
  • zh/guides/best-practices.html
  • zh/sql-reference/statements/create/table.html
  • en/cloud/bestpractices/avoid-nullable-columns.html
  • en/engines/table-engines/integrations/s3.html
  • en/optimize/avoid-nullable-columns.html
  • en/operations/settings/query-level.html
  • en/operations/storing-data.html
  • en/integrations/gcs.html
  • en/guides/best-practices/sparse-primary-indexes.html
  • en/sql-reference/statements/create/table.html

https://clickhouse.com/docs/en/cloud/bestpractices/avoid-nullable-columns

Image

@Blargian
Copy link
Member

Blargian commented Feb 4, 2025

Thanks @DamianMaslanka5! I think we can swap these out for // highlight-next-line (https://docusaurus.io/docs/markdown-features/code-blocks#line-highlighting) to get the highlighting working, although I haven't tried yet.

@Blargian Blargian added bug Something isn't working P3 labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3
Projects
None yet
Development

No branches or pull requests

2 participants