Skip to content

Mark UTF-8 offsets extension as deprecated #132

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

someoneinjd
Copy link

Once llvm/llvm-project#142903 is merged and a new version of clangd is released, the utf8 offsets extension will be deprecated. This PR updates the documentation to mark this extension as deprecated.

Copy link
Member

@kadircet kadircet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@kadircet kadircet marked this pull request as ready for review June 17, 2025 09:37
@kadircet
Copy link
Member

cc @HighCommander4

@@ -134,6 +134,10 @@ index). This was added to support integration with indexes outside clangd.
## UTF-8 offsets
{:.v9}

> [!WARNING]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the expected rendering of this [!WARNING]? It looks like it's intended to be some sort of markup, but in a local test of the rendering, I just see the literal characters "[!WARNING]".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i.e. it looks like this:

image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a GFM extension (Basic writing and formatting syntax - GitHub Docs), and should be rendered as follows:

图片

I haven't tested this locally. Maybe Jekyll doesn't support this extension?

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.

3 participants