I got this error message recently:
Warning: Found invalidly used HTML closing tag for 'b' on line 1866
I opened that file via vim and +1866 which I think jumps to the line.
The line at hand was:
The file <b>examples/complex/016_grid_example.rb</b> shows
this new API, mixed with the old, original API.
This is documentation for one of my gems. I use a README.gen
file to generate a README.md, using some scripts and macros.
I believe the line should work though. Not sure why kramdown
complains.
kramdown version is using: 2.4.0
Anyway, could you add the above to a test for kramdown perhaps?
Perhaps I made a mistake, but either way I'll report it here.
I am receiving some warnings in other projects. At some later
point I may give you a more thorough analysis of the
warnings kramdown generates - which is super-useful but
sometimes confusing too. Perhaps kramdown could also
show some more information or so, a bit like the
did-you-mean gem.
I got this error message recently:
I opened that file via vim and +1866 which I think jumps to the line.
The line at hand was:
This is documentation for one of my gems. I use a README.gen
file to generate a README.md, using some scripts and macros.
I believe the line should work though. Not sure why kramdown
complains.
kramdown version is using: 2.4.0
Anyway, could you add the above to a test for kramdown perhaps?
Perhaps I made a mistake, but either way I'll report it here.
I am receiving some warnings in other projects. At some later
point I may give you a more thorough analysis of the
warnings kramdown generates - which is super-useful but
sometimes confusing too. Perhaps kramdown could also
show some more information or so, a bit like the
did-you-mean gem.