Last active
August 29, 2015 14:18
-
-
Save bkeepers/055a148eb742fb9df736 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >> 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