<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Markdown on iMil.net</title>
    <link>http://imil.net/blog/tags/markdown/</link>
    <description>Recent content in Markdown on iMil.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Sep 2015 10:29:52 +0000</lastBuildDate>
    <atom:link href="http://imil.net/blog/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>YAML and markdown based website rendering with AngularJS</title>
      <link>http://imil.net/blog/posts/2015/yaml-and-markdown-based-website-rendering-with-angularjs/</link>
      <pubDate>Wed, 02 Sep 2015 10:29:52 +0000</pubDate>
      <guid>http://imil.net/blog/posts/2015/yaml-and-markdown-based-website-rendering-with-angularjs/</guid>
      <description>&lt;p&gt;A couple of weeks ago, Clark / @jeaneymerit told me he was digging into &lt;a href=&#34;https://angularjs.org/&#34;&gt;AngularJS&lt;/a&gt;, and as I&amp;rsquo;m working on a private project where a static website is involved, I thought this framework could help me make that website lightweight in terms of external dependencies.&lt;/p&gt;&#xA;&lt;p&gt;The site I&amp;rsquo;m working on contains exclusively static content, and most of it is text, I wanted a simple and elegant method in order to manipulate that content easily, so I wrote a basic website generator in python based on &lt;a href=&#34;http://jinja.pocoo.org&#34;&gt;jinja2&lt;/a&gt;, for the record it&amp;rsquo;s available &lt;a href=&#34;https://gist.github.com/iMilnb/b09f45e112b226b97a36&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Github flavored markdown with python</title>
      <link>http://imil.net/blog/posts/2013/github-flavored-markdown-with-python/</link>
      <pubDate>Sun, 28 Jul 2013 23:05:45 +0000</pubDate>
      <guid>http://imil.net/blog/posts/2013/github-flavored-markdown-with-python/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m slowly migrating some parts of my personal Wiki to &lt;a href=&#34;http://github.com&#34;&gt;Github&lt;/a&gt; using their own &lt;em&gt;markdown&lt;/em&gt; syntax. Before committing, I wanted to make sure the docs look like they should. Here&amp;rsquo;s a small &lt;a href=&#34;http://flask.pocoo.org/&#34;&gt;Flask&lt;/a&gt; snippet I wrote in order to achieve this:&lt;/p&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pypi.python.org/pypi/Markdown&#34;&gt;Python Markdown&lt;/a&gt; has an extension called &lt;a href=&#34;http://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html&#34;&gt;fenced code blocks&lt;/a&gt; which supports &lt;em&gt;Github&lt;/em&gt;&amp;rsquo;s tidle (```) syntax, thus making this small program&amp;rsquo;s output similar to what the doc will finally look like.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdown everywhere</title>
      <link>http://imil.net/blog/posts/2013/markdown-everywhere/</link>
      <pubDate>Sat, 27 Jul 2013 11:35:55 +0000</pubDate>
      <guid>http://imil.net/blog/posts/2013/markdown-everywhere/</guid>
      <description>&lt;p&gt;So last week I had that massive presentation to do and was already depressed to click on the &lt;em&gt;Impress&lt;/em&gt; icon. So I took a couple of hours to dig into those various &lt;em&gt;HTML5&lt;/em&gt;-enabled presentation systems and came across &lt;a href=&#34;http://lab.hakim.se/reveal-js/&#34;&gt;reveal.js&lt;/a&gt;. An impressive piece of software that somewhat changed my life forever: Never more am I to fight with misplaced bullets and erroneous indentation, &lt;em&gt;reveal.js&lt;/em&gt; permits to create your slides using &lt;a href=&#34;https://github.com/hakimel/reveal.js#markdown&#34;&gt;markdown&lt;/a&gt;. Yes, &lt;em&gt;reveal.js&lt;/em&gt; is that cool. Using the &lt;em&gt;external markdown&lt;/em&gt; capability, I simply edit a &lt;code&gt;.md&lt;/code&gt; file which is rendered by the &lt;code&gt;js&lt;/code&gt; engine. As I still (and probably for long) use &lt;code&gt;ISO-8859-15&lt;/code&gt; as my main charset, I also pushed a patch to the author which permits to specify included file charset (I learned that &lt;code&gt;AJAX&lt;/code&gt; queries use &lt;code&gt;UTF-8&lt;/code&gt; by default).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
