Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should contain code in headings #660

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

KSR-Yasuda
Copy link
Contributor

If you write some C function spec as a code block in heading, it may break.

# foo `func(int a, int **ppb, int *pc)` bar

foobar

vim_markdown_20240625_123527

The part of ** is considered as a beginning of bold style.

Shouldn't you include mkdCode in mkdHeadingContent to avoid this?

@shirosaki shirosaki merged commit 7026436 into preservim:master Sep 20, 2024
3 checks passed
@KSR-Yasuda
Copy link
Contributor Author

Thank you for merging!

@KSR-Yasuda KSR-Yasuda deleted the bugfix/ContainCodeInHeading branch September 20, 2024 06:33
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.

2 participants