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

Escape pipes in TOC generation #24

Merged
merged 1 commit into from
Jul 8, 2019
Merged

Escape pipes in TOC generation #24

merged 1 commit into from
Jul 8, 2019

Conversation

allejo
Copy link
Owner

@allejo allejo commented Jul 6, 2019

Looks like kramdown treats |s in a list item as a table and renders it as such.

Guess we should escape it from:

- ZDE015 - Connects to [Trigger|Search|Action] NAME, Which Doesn't Exist

to:

- ZDE015 - Connects to [Trigger\|Search\|Action] NAME, Which Doesn't Exist

Fixes #23

/cc @xavdid

Copy link

@xavdid xavdid left a comment

Choose a reason for hiding this comment

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

confirmed fixed, thanks!

@allejo allejo merged commit 6626898 into master Jul 8, 2019
@allejo allejo deleted the hotfix/escape-pipes branch July 8, 2019 19:54
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.

| in headers causes TOC to render incorrectly
2 participants