<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (gilcreque)</title>
    <link>https://pinboard.in/u:gilcreque/public/</link>
    <description>recent bookmarks from gilcreque</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.leancrew.com/all-this/2011/12/text-files-and-me-v-markdown/"/>
	<rdf:li rdf:resource="http://kieranhealy.org//blog/archives/2014/01/23/plain-text/"/>
	<rdf:li rdf:resource="http://If%20you%20need%20to%20convert%20files%20from%20one%20markup%20format%20into%20another,%20pandoc%20is"/>
	<rdf:li rdf:resource="http://octopress.org/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.leancrew.com/all-this/2011/12/text-files-and-me-v-markdown/">
    <title>Text files and me V - Markdown</title>
    <dc:date>2014-02-16T07:25:51+00:00</dc:date>
    <link>http://www.leancrew.com/all-this/2011/12/text-files-and-me-v-markdown/</link>
    <dc:creator>gilcreque</dc:creator><description><![CDATA[Dr. Drang explains his workflow for creating reports using Markdown, XHTML, XSLT, and LaTeX.]]></description>
<dc:subject>@blog markdown xslt latex workflow writing</dc:subject>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:gilcreque/b:fafd8d5efc82/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:@blog"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:markdown"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:xslt"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:latex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:workflow"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:writing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://kieranhealy.org//blog/archives/2014/01/23/plain-text/">
    <title>Plain Text, Papers, Pandoc - Kieran Healy</title>
    <dc:date>2014-02-16T07:02:19+00:00</dc:date>
    <link>http://kieranhealy.org//blog/archives/2014/01/23/plain-text/</link>
    <dc:creator>gilcreque</dc:creator><description><![CDATA[Kieran Healy explains his workflow for creating documents using Markdown, PanDoc and other tools.]]></description>
<dc:subject>@blog markdown pandoc workflow</dc:subject>
<dc:source>https://instapaper.com/</dc:source>
<dc:identifier>https://pinboard.in/u:gilcreque/b:1b9ab6bc7c31/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:@blog"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:markdown"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:pandoc"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:workflow"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://If%20you%20need%20to%20convert%20files%20from%20one%20markup%20format%20into%20another,%20pandoc%20is">
    <title>Pandoc - a universal document converter</title>
    <dc:date>2011-10-21T17:23:07+00:00</dc:date>
    <link>http://If%20you%20need%20to%20convert%20files%20from%20one%20markup%20format%20into%20another,%20pandoc%20is</link>
    <dc:creator>gilcreque</dc:creator><description><![CDATA[If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Need to generate a man page from a markdown file? No problem. LaTeX to Docbook? Sure. HTML to MediaWiki? Yes, that too. Pandoc can read markdown and (subsets of) reStructuredText, textile, HTML, and LaTeX, and it can write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, textile, groff man pages, Emacs org-mode, EPUB ebooks, and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported with the included markdown2pdf wrapper script.

Pandoc understands a number of useful markdown syntax extensions, including document metadata (title, author, date); footnotes; tables; definition lists; superscript and subscript; strikeout; enhanced ordered lists (start number and numbering style are significant); delimited code blocks; markdown inside HTML blocks; and TeX math. Other options include “smart” punctuation, syntax highlighting, automatically generated tables of contents, and automatically generated citations (using citeproc-hs). If strict markdown compatibility is desired, all of these extensions can be turned off with a command-line flag.

Pandoc includes a Haskell library and a standalone executable. The library includes separate modules for each input and output format, so adding a new input or output format just requires adding a new module.

Pandoc is free software, released under the GPL. © 2006–2011 John MacFarlane.]]></description>
<dc:subject>markdown rtf pdf LaTeX document conversion windows linux mac bsd</dc:subject>
<dc:identifier>https://pinboard.in/u:gilcreque/b:adbe1381c48c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:markdown"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:rtf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:pdf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:LaTeX"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:document"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:conversion"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:bsd"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://octopress.org/">
    <title>Octopress</title>
    <dc:date>2011-09-07T03:33:15+00:00</dc:date>
    <link>http://octopress.org/</link>
    <dc:creator>gilcreque</dc:creator><description><![CDATA[Octopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages. To start blogging with Jekyll, you have to write your own HTML templates, CSS, Javascripts and set up your configuration. But with Octopress All of that is already taken care of. Simply clone or fork Octopress, install dependencies and the theme, and you’re set.]]></description>
<dc:subject>markdown blog jekyll</dc:subject>
<dc:identifier>https://pinboard.in/u:gilcreque/b:c045331cb6a5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:markdown"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:blog"/>
	<rdf:li rdf:resource="https://pinboard.in/u:gilcreque/t:jekyll"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>