>> 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