-
Notifications
You must be signed in to change notification settings - Fork 244
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
Reference-style links broken in summaries #18
Comments
Hmm interesting — this will probably require some extra preprocessing to get right. |
I've fixed this in my fork of dorothy (called mindtables) - evaryont@mindtables/0054653bfbba57589ee01fa762edfa37c10eb5d8 - but look at future commits, as that one is incomplete. The general idea is to call Nokogiri on the parsed HTML, find the first element, and use that. It could be refined to only use the first <p> tag, but I like it this way. |
Sorry, that should link here: http://github.com/evaryont/mindtables/commit/0054653bfbba57589ee01fa762edfa37c10eb5d8 |
The problem is because markdown parser is called on "summary", not on whole article text, so when summary was cropped there are no bottom links definitions of course. The easiest workaround (which I found the best option for me) is do it like this:
|
Might be resolved by #97 |
@cloudhead, please, take look on #97, if it's OK, then this issue can be closed. |
Links using the reference-style formatting...
...are broken on summary views because the bottom of the article is truncated before being processed by Markdown.
The text was updated successfully, but these errors were encountered: