Search code examples
urlmarkdownjekyll

Jekyll make url clickable


Is it possible to make https://stackoverflow.com/ clickable without using markdown syntax [https://stackoverflow.com/](https://stackoverflow.com/)? It is rendered as text by default.


Solution

  • I think it will depend on the markdown interpreter you use but on a default installation of Jekyll, you should get this result by using < and > around your URL.

    <https://stackoverflow.com/>
    

    I found this info in this cheat sheet, which you might find useful too : Markdown Cheat Sheet