Closed jashapiro closed 4 years ago
Unlike regular github pages and most markdown parsers, the parse jekyll uses does not support automatic hotlinking of URLs. https://kramdown.gettalong.org/syntax.html#automatic-links
So we should wrap any bare URLs on our pages with <> so they become links.
<>
Unlike regular github pages and most markdown parsers, the parse jekyll uses does not support automatic hotlinking of URLs. https://kramdown.gettalong.org/syntax.html#automatic-links
So we should wrap any bare URLs on our pages with
<>
so they become links.