Skip to content

doc, tools: unify stability signatures

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Currently, we format all stability signatures in blockquotes except just this place in documentation.md, where they are wrapped in code elements. I can assume that the cause is that markdown glues consecutive blockquotes into one element, which seems wrong for this fragment.

However, this divergence makes our MD-2-HTML converter check all the code elements for stability signatures, which is rather a significant overhead.

So this PR unifies stability signatures (separating consecutive blockquotes by comments) and frees the converter from the excess checks.

The visible result is completely identical to the previous one.

Merge request reports

Loading