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

a space in a tab header text isn't supported #5

Closed
FransBouma opened this issue Feb 12, 2016 · 1 comment
Closed

a space in a tab header text isn't supported #5

FransBouma opened this issue Feb 12, 2016 · 1 comment

Comments

@FransBouma
Copy link
Owner

See: http://fransbouma.github.io/DocNet/markdownextensions.htm

Specifying

@tab This is a header
content
@end

will make the tab have the header 'This' and the rest of the header 'is a header' is added to the tab content.

Caused by a faulty regexp which filters in \s after the first word, which isn't sufficient. It explicitly has to match a \n at the end of the line.

FransBouma added a commit that referenced this issue Feb 12, 2016
@FransBouma
Copy link
Owner Author

Fixed

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

No branches or pull requests

1 participant