-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
blockHeader function improvement #362
Comments
Workaround is |
Thanks, I know about For example here on github if a write |
@doiftrue it is indeed more correct - i'll fix it as soon as i get a chance |
Thanks a lot! |
Guess in simple terms, we can make it using double
|
Looks like I added an equivalent fix in #583, this will be in the next version :) |
Look to this example, assume we trying to parse this header:
### #header text
We get
<h3>header text</h3>
but not<h3>#header text</h3>
as it's on github or anywhere else. It's because of this line inblockHeader
function:I suggest replace it with two lines:
Thanks for code and hope you repair this in next release.
The text was updated successfully, but these errors were encountered: