Skip to content

docs(docs-infra): preserve content before docs-card-container in adev#67162

Merged
thePunderWoman merged 1 commit intoangular:mainfrom
SkyZeroZx:docs-infra/fix-roadmap
Feb 19, 2026
Merged

docs(docs-infra): preserve content before docs-card-container in adev#67162
thePunderWoman merged 1 commit intoangular:mainfrom
SkyZeroZx:docs-infra/fix-roadmap

Conversation

@SkyZeroZx
Copy link
Contributor

The tokenizer regex pattern [^<]* was consuming all non-< content before custom HTML tags, causing lost content.

Changed to \s* which only allows leading whitespace, letting marked properly tokenize preceding content.

What is the current behavior?

image image

What is the new behavior?

image image

The tokenizer regex pattern `[^<]*` was consuming all non-`<` content
before custom HTML tags, causing lost content.

Changed to `\s*` which only allows leading whitespace, letting marked
properly tokenize preceding content.
@pullapprove pullapprove bot requested a review from MarkTechson February 19, 2026 23:14
@angular-robot angular-robot bot added area: docs Related to the documentation area: docs-infra Angular.dev application and infrastructure labels Feb 19, 2026
@ngbot ngbot bot added this to the Backlog milestone Feb 19, 2026
@github-actions
Copy link

Deployed adev-preview for 239e2b2 to: https://ng-dev-previews-fw--pr-angular-angular-67162-adev-prev-uhb8g4ny.web.app

Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt.

Copy link
Member

@JeanMeche JeanMeche left a comment

Choose a reason for hiding this comment

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

Thanks a lot for this !

@JeanMeche JeanMeche removed the request for review from MarkTechson February 19, 2026 23:30
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Feb 19, 2026
@thePunderWoman thePunderWoman merged commit bc473cf into angular:main Feb 19, 2026
27 checks passed
@thePunderWoman
Copy link
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker adev: preview area: docs Related to the documentation area: docs-infra Angular.dev application and infrastructure target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments