We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
FIX for #5
13f976c
Fixed
Sorry, something went wrong.
No branches or pull requests
See: http://fransbouma.github.io/DocNet/markdownextensions.htm
Specifying
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.
The text was updated successfully, but these errors were encountered: