Skip to content

docs: Fix superscript numbers#1302

Open
maxreichmann wants to merge 3 commits intomainfrom
docs/fix-superscript-numbers
Open

docs: Fix superscript numbers#1302
maxreichmann wants to merge 3 commits intomainfrom
docs/fix-superscript-numbers

Conversation

@maxreichmann
Copy link
Member

@maxreichmann maxreichmann commented Feb 12, 2026

After migrating to Vitepress, superscript isn't working anymore.

Before:
image

With this PR:
image


+ Remove italic formatting for "enabled" fields in tasks tables. This should improve readability and helps to distinguish from "disabled" ones.

@coveralls
Copy link

coveralls commented Feb 12, 2026

Coverage Status

coverage: 94.35% (+0.05%) from 94.305%
when pulling 1fb9230 on docs/fix-superscript-numbers
into f50eac1 on main.

@maxreichmann maxreichmann requested a review from a team February 12, 2026 15:20
Copy link
Member

@matz3 matz3 left a comment

Choose a reason for hiding this comment

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

Good catch! 👍🏻
I think in some cases the numbers are not quite the same as before.

<sup>2</sup> Enabled for projects defining a [component preload configuration](./Configuration.md#component-preload-generation)
<sup>3</sup> Enabled in `self-contained` build, which disables `generateComponentPreload` and `generateLibraryPreload`
<sup>4</sup> Enabled for projects defining a [bundle configuration](./Configuration.md#custom-bundling)
<sup>4</sup> Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<sup>4</sup> Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped
<sup>5</sup> Can be enabled for framework projects via the `includeTask` option. For other projects, this task is skipped

| transformBootstrapHtml | *disabled* <sup>3</sup> | | |
| generateBundle | *disabled* <sup>4</sup> | *disabled* <sup>4</sup> | |
| buildThemes | | enabled | enabled |
| generateThemeDesignerResources | | *disabled* <sup>4</sup> | *disabled* <sup>4</sup> |
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
| generateThemeDesignerResources | | *disabled* <sup>4</sup> | *disabled* <sup>4</sup> |
| generateThemeDesignerResources | | *disabled* <sup>5</sup> | *disabled* <sup>5</sup> |

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