Conversation
We've changed Markdown backend to jekyll-commonmark from Kramdown by apache#673. Kramdown generates anchor for each headings but jekyll-commonmark doesn't. So we need to set anchors explicitly. We need at least https://arrow.apache.org/community/#mailing-lists because it's used in our documents. But this PR adds anchors to all `##` headings.
|
Preview URL: https://kou.github.io/arrow-site If the preview URL doesn't work, you may forget to configure your fork repository for preview. |
There was a problem hiding this comment.
It does not seem to work on the GitHub pages for the PR:
https://kou.github.io/arrow-site/community/#stack-overflow
Am I testing this wrongly?
Maybe the deployed version isn't the correct one as I can't see the anchor on the inspector
|
Thanks for testing! It seems that you test it before the preview is deployed: https://kou.github.io/arrow-site/community/#stack-overflow works now. :-) |
I suppose I tested that it was indeed not working :) |
We've changed Markdown backend to jekyll-commonmark from Kramdown by #673. Kramdown generates anchor for each headings but jekyll-commonmark doesn't. So we need to set anchors explicitly.
We need at least https://arrow.apache.org/community/#mailing-lists because it's used in our documents. But this PR adds anchors to all
##headings.