search for: kramdown

Displaying 10 results from an estimated 10 matches for "kramdown".

2010 Feb 15
29
webgen 0.5.11 released
...y the webgen is Markdown and the default processor for converting Markdown to HTML has been Maruku for a long time. However, Maruku has some bugs that need to be fixed and although it runs under Ruby 1.9 there are some issues. Therefore the new default processor for Markdown will be [kramdown][2] from now on. Aside from being actively maintained, it is about 5x faster than Maruku and runs on Ruby 1.9 without problems. This means that if you used the default configuration, you will automatically use kramdown from now on. If you still want to use Maruku, just change the de...
2013 Sep 10
3
newbie seeks repo for markdown
hello, i am looking for advice regarding the best repo from which to download "markdown" for use on a mac. on my ubuntu machine i just installed some standard markdown package with apt-get. but i have not found anything equivalent for my mac machine. i am looking for a maintained package from a reputable repo site that can be automatically installed and upgraded using the packaging
2010 Sep 03
2
RFC: Lazy syntax for paragraphs, blockquotes and lists
Hi everybody, it was requested that kramdown (a Markdown parser in Ruby, see <http://kramdown.rubyforge.org>) supports the lazy syntax of Markdown. So I sat down, thought about it, skimmed through the Markdown ML on issues regarding lazy indentation as done with Markdown and now I have some rough idea on how to do this in kramdown. Fir...
2011 Nov 20
4
RFC: Block starting line of Webgen Page Format
Hello everybody, I''m currently deciding whether to simplify the block starting line of the Webgen Page Format. Currently one can specify arbitrary key:value pairs on the block starting line, e.g. --- name:test pipeline:erb,kramdown option:value (see http://webgen.rubyforge.org/documentation/webgen_page_format.html) However, I don''t think that these options ever get used and therefore I would like to remove them so that the block starting line just consists of the three dashes, the name and optionally three or more...
2012 Apr 10
2
where are the worthwhile markdown dingi?
where are the worthwhile markdown dingi? (dinguses?) i'm interested in any dingus that can take a "reasonable" amount of text -- let's say anything up to a megabyte -- and return the results in real-time, without a long wait... ideally it'd handle something more than gruber-minimum, and an a.p.i. (that'd take a u.r.i. as input) would be dandy... bonus points for
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 t...
2013 Jan 27
0
[next] webgen 1.0.0.beta3
...ndle) * New meta info ''routing_path'' for specifying a different routing path (e.g. the path that gets used in Node#route_to, Node#link_to) * New link_definitions extension to allow specifying link definitions for the whole website. Currently, this feature is only used by the kramdown content processor. * Performance improvements * Many bug fixes For a complete list of changes since beta2 have a look at the commits! As for the documentation website: * Documentation for tags, item trackers, path handlers has been added. * API documentation is now generated by webgen itself ins...
2013 Jul 01
6
attribute blocks for definition lists
Hello, As I am using markdown to write documentation, I am often tempted to make links to terms in definition lists. Since this is not possible for now (at least in php markdown extra), I was wondering if this could be a common addition in major implementation supporting definition lists. the syntax would be term {#id} : definition This syntax tries to follows current convention and
2010 Mar 05
11
Markdown development
Not only is [Markdown] dead, it's starting to smell really bad. (Apologies to Pike.) It's author appears to have little interest in developing the tool and participating in the community which uses it. I'd like to see the community cooperate toward a specification which addresses the shortcomings and ambiguities of Markdown (even if it need be released under a new name).
2011 May 10
13
Proposed table specification (long!)
Gentlefolk, I have been thinking on Markdown's lack of "proper" table support for a long while now. Here's where I have arrived... ## I Don't Like HTML Tables It is often argued that embedded HTML is the way to markdown rich tables. Unfortunately, this contradicts the higher markdown ideal that a raw markdown document (including tables!) should be good 1. Firstly for