Skip to content

Instantly share code, notes, and snippets.

@bkeepers
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save bkeepers/055a148eb742fb9df736 to your computer and use it in GitHub Desktop.

Select an option

Save bkeepers/055a148eb742fb9df736 to your computer and use it in GitHub Desktop.
>> require 'org-ruby'
>> puts Orgmode::Parser.new(File.read('/tmp/test.org')).to_html
<ul>
<li>Item 1</li>
<li>Item 2
<pre class="example">
Example
Example
Example
</pre>
</li>
<li>Item 3</li>
</ul>
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment