Skip to content

Conversation

@KSR-Yasuda
Copy link
Contributor

The patch of #635 (comment).

@KSR-Yasuda KSR-Yasuda force-pushed the bugfix/SyntaxLineHeadingsWithCode branch from a46294a to b7eacbc Compare June 25, 2024 03:47
@KSR-Yasuda KSR-Yasuda force-pushed the bugfix/SyntaxLineHeadingsWithCode branch from b7eacbc to 6926585 Compare October 24, 2025 00:35
@alerque alerque linked an issue Oct 25, 2025 that may be closed by this pull request
syntax region mkdLinkTitle matchgroup=mkdDelimiter start=+'+ end=+'+ contained
syntax region mkdLinkTitle matchgroup=mkdDelimiter start=+(+ end=+)+ contained

"HTML headings
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't feel right, the order should not be that important here.

As an alternative to this can you try adding mkdCode to the list of things headings are allowed to contain? Does that fix the problem too?

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.

Line-headings fails for code beginning lines

2 participants