Skip to content

[FLINK-39405][docs] Fix document escape display errors#27900

Open
Au-Miner wants to merge 1 commit intoapache:masterfrom
Au-Miner:FLINK-39405
Open

[FLINK-39405][docs] Fix document escape display errors#27900
Au-Miner wants to merge 1 commit intoapache:masterfrom
Au-Miner:FLINK-39405

Conversation

@Au-Miner
Copy link
Copy Markdown
Contributor

@Au-Miner Au-Miner commented Apr 7, 2026

What is the purpose of the change

We need to fix the display issue in the document. When '' appears in the document, it is mistakenly escaped as ‘'

Brief change log

  • Use ``substitute ''

Verifying this change

cd ./docs
./build_docs.sh
We can find problem in http://localhost:1313/docs/sql/functions/built-in-functions/

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no
  • The serializers: no
  • The runtime per-record code paths (performance sensitive): no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

@flinkbot
Copy link
Copy Markdown
Collaborator

flinkbot commented Apr 7, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Copy link
Copy Markdown
Member

@klion26 klion26 left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution, LGTM

Before
image

After
image

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