rpeg-markdown icon indicating copy to clipboard operation
rpeg-markdown copied to clipboard

Fast Ruby Markdown library based on a PEG grammar (see peg-markdown)

Results 4 rpeg-markdown issues
Sort by recently updated
recently updated
newest added

I assume I am just missing the peg-markdown library install ...but the instructions should reflect that ``` $ git clone git://github.com/rtomayko/rpeg-markdown.git Cloning into rpeg-markdown... remote: Counting objects: 290, done. remote:...

/Users/ujihisa/git/ruby192/local/bin/ruby test/markdown_test.rb (in /Users/ujihisa/git/rpeg-markdown) Loaded suite test/markdown_test Started ...........................................F...... Finished in 0.059146 seconds. 1) Failure: test_that_extension_methods_are_present_on_markdown_class(MarkdownTest) [test/markdown_test.rb:11]: Markdown class should respond to #to_html 50 tests, 62 assertions, 1 failures, 0...

I'm getting a segmentation fault on Ruby 1.8.7-p174 when trying to use the `:notes` option multiple times in succession. This is happening in a Sinatra app (the first call works...

``` $ gem install rpeg-markdown Building native extensions. This could take a while... ERROR: Error installing rpeg-markdown: ERROR: Failed to build gem native extension. /Users/ujihisa/git/ruby/local/bin/ruby extconf.rb checking for pkg-config... yes...