|
|
@ -18,12 +18,12 @@ |
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
|
|
|
|
|
|
|
|
|
|
|
ga('create', 'UA-26895916-3', 'auto'); |
|
|
|
ga('require', 'displayfeatures'); |
|
|
|
ga('require', 'linkid', 'linkid.js'); |
|
|
|
ga('send', 'pageview'); |
|
|
|
|
|
|
|
|
|
|
|
</script> |
|
|
|
</head> |
|
|
|
<body> |
|
|
@ -254,16 +254,16 @@ Right aligned columns |
|
|
|
|
|
|
|
[link text](http://dev.nodeca.com) |
|
|
|
|
|
|
|
[link with title](http://nodeca.github.io/pica/demo/ "title text!") |
|
|
|
[link with title](https://nodeca.github.io/pica/demo/ "title text!") |
|
|
|
|
|
|
|
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) |
|
|
|
|
|
|
|
|
|
|
|
## Images |
|
|
|
|
|
|
|
![Minion](http://octodex.github.com/images/minion.png) |
|
|
|
![Minion](https://octodex.github.com/images/minion.png) |
|
|
|
|
|
|
|
![Alt text](http://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat") |
|
|
|
![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg "The Stormtroopocat") |
|
|
|
|
|
|
|
Like links, Images also have a footnote style syntax |
|
|
|
|
|
|
@ -271,7 +271,7 @@ Like links, Images also have a footnote style syntax |
|
|
|
|
|
|
|
With a reference later in the document defining the URL location: |
|
|
|
|
|
|
|
[id]: http://octodex.github.com/images/dojocat.jpg "The Dojocat" |
|
|
|
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" |
|
|
|
</textarea> |
|
|
|
</div> |
|
|
|
<section class="col-xs-6 full-height"> |
|
|
@ -283,4 +283,4 @@ With a reference later in the document defining the URL location: |
|
|
|
</div> |
|
|
|
<div class="gh-ribbon"><a href="https://github.com/jonschlinkert/remarkable" target="_blank">Fork me on GitHub</a></div> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|