Wednesday 27 April 2016

Markdown: Shortcut to create hyper links

Just place the URL inside Angular brackets.


Hyperlink.md
<https://self-learning-java-tutorial.blogspot.com/>

Following is the html code generated for above markdown file.

<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
  <p>
    <a href="https://self-learning-java-tutorial.blogspot.com/">https://self-learning-java-tutorial.blogspot.com/</a>
  </p>
</body>
</html>




Previous                                                 Next                                                 Home

No comments:

Post a Comment