Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Lint "admonitions" blocks in MDX - #1446

Open
klpx wants to merge 2 commits into
mainfrom
klpx/fix-info-blocks-markup
Open

Lint "admonitions" blocks in MDX#1446
klpx wants to merge 2 commits into
mainfrom
klpx/fix-info-blocks-markup

Conversation

@klpx

@klpx klpx commented Sep 1, 2025

Copy link
Copy Markdown
Contributor

Missing newlines causing content not being correctly imported to Crowdin.

wrong:

:::info
Read more in [Blockchain of blockchain](/v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains).
:::

correct:

:::info

Read more in [Blockchain of blockchain](/v3/concepts/dive-into-ton/ton-blockchain/blockchain-of-blockchains).

:::

This PR:

  • updates all wrong occurencies
  • updates other linter violations in the affected files (list bullet style)
  • introduces new linter rule to enforce correct format

@klpx
klpx requested a review from aigerimu as a code owner September 1, 2025 15:47
@reveloper reveloper added the documentation standardization Rework documentation according to guidelines label Sep 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentation standardization Rework documentation according to guidelines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants