search for: rpeg

Displaying 5 results from an estimated 5 matches for "rpeg".

Did you mean: reg
2008 Aug 09
0
peg-markdown (C) and rpeg-markdown (ruby gem)
...off-mm. Adding writers for other formats would be an easy task. You can download a tarball of version 0.4.1 at http://github.com/jgm/peg-markdown/tarball/0.4.1 Or, to clone the repository, git clone git://github.com/jgm/peg-markdown.git In addition, Ryan Tomayko has created a ruby gem, rpeg-markdown, that wraps peg-markdown. He has published it on rubyforge, so you should be able to install it with gem install rpeg-markdown (If the extension fails to build, it is probably because you need to install glib: http://www.gtk.org/download.html.) The source is at http://github....
2009 Feb 05
0
Slide Show (S9) Gem V0.7 - Better Support for More Markdown (Ruby) Libs and More
Hello, == What's new in 0.7? I removed the dependency on Maruku (and Oniguruma) and now allow and check for optional installed Markdown libraries/gems. For now the search order for markdown libraries is first come, first serve, that is: rdiscount > rpeg-markdown > maruku > bluecloth (fallback, always present because it's required in gem spec). If you want to use rdiscount as your markdown library install it using RubyGems e.g. gem install rdiscount Same goes for rpeg-markdown or maruku and so on. That's it. Questions and...
2009 Oct 19
2
Treetop or like grammar for Markdown (in Ruby)
Has anyone seen any attempts to give Markdown a PEG (parsing expressions grammar) recognizable by some ruby PEG parser generator grammar like Treetop? http://treetop.rubyforge.org/
2012 Jun 16
0
markdown gem - Markdown Engine Wrapper - Use Your Markdown Library of Choice in Ruby
Hello, I've created a markdown gem in Ruby that lets you use your markdown library of choice. Preconfigured markdown libraries include: kramdown, redcarpet, bluecloth, maruku, rpeg-markdown, rdiscount, pandoc-ruby. Usage in your Ruby code: require 'markdown' Markdown.new( 'Hello World' ).to_html The gem also includes a little command line tool. Try markdown -h for details. For configuration and more see the project site at http://geraldb.gi...
2008 Sep 08
13
list corner case
I'm curious how people think the following *should* be interpreted: - one 2. two http://babelmark.bobtfish.net/?markdown=-++one%0D%0A2.+two%0D%0A%0D%0A As you can see, implementations split into three groups here: (a) treat as an unordered list Markdown.pl, Python markdown, MultiMarkdown, BlueCloth, MarkdownJ, Showdown (b) treat as an unordered list with an ordered