manual: correct the codeblock directive#1940
Merged
absurdfarce merged 1 commit intoapache:4.xfrom Aug 13, 2025
Merged
Conversation
it should start with three backticks not four of them. otherwise sphinx warns like: ``` /home/kefu/dev/cassandra-java-driver/docs/_source/manual/mapper/daos/getentity/index.md:111: WARNING: Lexing literal_block '@GetEntity\nProduct asProduct(Row row);\n\n@GetEntity\nProduct firstR owAsProduct(ResultSet resultSet);\n```\n\n' as "java" resulted in an error at token: '`'. Retrying in relaxed mode. ``` in this change, let's use three backticks. and the warning disappears. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
tolbertam
approved these changes
Sep 14, 2024
Contributor
tolbertam
left a comment
There was a problem hiding this comment.
👍, good catch and thank you!
Contributor
Author
|
@tolbertam hi Andrew, thank you for your approval. but i don't have the write permission to this repo. and the CI failures do not look like related. is there anything else i can do to get this change merged? |
SiyaoIsHiding
approved these changes
Dec 19, 2024
Contributor
SiyaoIsHiding
left a comment
There was a problem hiding this comment.
@absurdfarce let's get this simple fix merged
Contributor
Author
|
@absurdfarce hi Bret, could you please take a look? |
Contributor
|
@absurdfarce LGTM |
Contributor
|
Apologies all.... too many balls in the air :( Agreed on all counts... nice catch @tchaikov! |
absurdfarce
approved these changes
Aug 13, 2025
absurdfarce
pushed a commit
that referenced
this pull request
Aug 13, 2025
patch by Kefu Chai; reviewed by Andy Tolbert and Bret McGuire reference: #1940
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
it should start with three backticks not four of them. otherwise sphinx warns like:
in this change, let's use three backticks. and the warning disappears.