+[2014-08-18T22:53:38Z]codydhThere's incorporated +[2014-08-18T22:53:50Z]codydhhttp://incorporated.sendtoinc.com +[2014-08-18T22:56:11Z]pnascimentocodydh: thanks ;) +[2014-08-18T22:56:24Z]codydhYup good luck +[2014-08-18T23:15:18Z]TimmyI want to add classes to my images, but it is imposible as markdown doesn't support it. So I tried to embed an html <img> tag into my post. But I see that the preprocessor converts < > chars into its equivalent html codes. any idea?
message no. 40815
Posted by jaybe in #jekyll at 2014-08-18T13:50:03Z
codydh, see the jekyll site within the documentation section at the bottom for example
+[2014-08-19T00:43:48Z]pontikiTimmy: markdown *does* let you include html inline tags within a paragraph, or separately +[2014-08-19T00:45:59Z]Timmypontiki: yes. but <img> tag is not possible in jekyll. try it your self and see the result +[2014-08-19T00:46:12Z]pontikii have done it before +[2014-08-19T00:50:01Z]pontikithis is the markdown input: Lorem ipsum <img src="http://i.imgur.com/MfucUXV.png"> and a few more tricks. +[2014-08-19T00:50:37Z]pontikithis is the resulting output: <p>Lorem ipsum <img src="http://i.imgur.com/MfucUXV.png" /> and a few more tricks.</p>