Displaying 20 results from an estimated 6000 matches similar to: "How to avoid the Markdown code block bug on R Bugzilla"
2008 May 12
2
Fenced-Code-Blocks in Python-Markdown
I'd like to announce a beta release of the Fenced-Code-Blocks
Extension for Python-Markdown.
<http://www.freewisdom.org/projects/python-markdown/Available_Extensions>
The latest code for Python-Markdown and packaged extensions are now
available on Gitorious.
<http://gitorious.org/projects/python-markdown>
The same syntax is used as the just released PHP Markdown Extra 1.2. I
2008 May 11
1
PHP Markdown 1.0.1l & Extra 1.2
Time for an update to PHP Markdown and PHP Markdown Extra.
<http://michelf.com/project/php-markdown/>
This new version of PHP Markdown Extra adds support for "fenced" code
blocks (which I was previously calling "flat"). Fenced code blocks
overcome many limitations of Markdown's indented code blocks: they can
can be put immediately following a list item, can
2008 May 27
0
PHP Markdown Extra 1.2.1
This is an Extra-only release for fixing an embarrassing bug with
fenced code blocks.
<http://michelf.com/projects/php-markdown/>
Extra 1.2.1 (27 May 2008):
* Fixed a problem where Markdown headers and horizontal rules were
transformed into their HTML equivalent inside fenced code blocks.
In other words, this:
~~~
# hello
- - -
~~~
would generate a header and
2008 Jun 22
0
PHP Markdown 1.0.1m & Extra 1.2.2
Here's another update to PHP Markdown and PHP Markdown Extra featuring
some bug fixes.
See the download link on the project's page:
<http://michelf.com/projects/php-markdown/>
This update also features a new emphasis parser which process regular
and strong emphasis in one pass instead of two and four for previous
versions of PHP Markdown and PHP Markdown Extra. The new parser
2011 Jun 23
4
markdown conversions
alan said:
> I think I am in agreement,
> if by "isn't necessary" you mean to say that
> simply providing more features to Markdown
> doesn't force end users to use them,
> or even really know they exist.
except that wasn't what i meant.
i mean that it's not necessary to trade simplicity
in order to get the power of additional
2008 Aug 09
0
peg-markdown (C) and rpeg-markdown (ruby gem)
Markdowners:
I've released version 0.4.1 of peg-markdown, a C implementation of
markdown. peg-markdown uses Ian Piumarta's peg/leg parser generator to
generate a parser from a parsing expression grammar (PEG). You can
inspect the grammar for markdown at
http://github.com/jgm/peg-markdown/tree/HEAD/markdown_parser.leg
peg-markdown now provides both a C library and a standalone
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
2006 May 19
1
Object-Oriented PHP Markdown/SmartyPants
This is something that I've been asked for many times. So today I'm
announcing that all future versions of PHP Markdown and PHP
SmartyPants will be encapsulated in a parser class. This has two
major benefits:
1. It should make extensions to the syntax easier to create and
maintain as it is now possible to now extend the parser by
replacing (overriding) only the relevant
2011 Jun 29
0
Markdown-Discuss Digest, Vol 98, Issue 21
Make it 5
:)
On 11-06-28 11:00 PM, markdown-discuss-request at six.pairlist.net wrote:
> Send Markdown-Discuss mailing list submissions to
> markdown-discuss at six.pairlist.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
> or, via email, send a message with subject or body 'help' to
>
2013 Apr 18
2
Styling Markdown approaches
Hi guys,
I wrote a markdown based Web editor thing for my sister:
http://ws.dabase.com/
And she has trouble styling blocks of markdown. Since <div
markdown=1>markdown here</div> does not work on my Debian markdown
binary.
Is there a formal definition of markdown? Or some sort of conformance
test? And certain markdown implementations I should be using, and
certain ones I should be
2007 May 21
0
PHP Markdown 1.0.2b8 & Extra 1.1.3b1
Bug fixes for PHP Markdown & Extra, available as beta version for
now. You can download them from these URLs.
<http://www.michelf.com/docs/projets/php-markdown-1.0.2b8.zip>
<http://www.michelf.com/docs/projets/php-markdown-extra-1.1.3b1.zip>
One noticeable change in these releases is that PHP Markdown now
outputs numeric character references for escaped characters (like
2013 Jan 28
0
Markdown Here: write email in Markdown
Markdown Here is a Chrome, Firefox, and Thunderbird (and, to a lesser
extent, Postbox) extension that allows you to write email* in Markdown**,
and then render it before sending. The project page has links to the
browser extensions, screenshots, etc.:
https://github.com/adam-p/markdown-here
I started it last year after I finally got sick of how fiddly it is to
write good looking, complex, often
2007 Jul 03
0
PHP Markdown 1.0.1g & Extra 1.1.3
This is a bug-fix release for PHP Markdown and PHP Markdown Extra.
It's almost identical to version 1.0.2b8, minus the new features
introduced in the 1.0.2 betas (shortcut links, markdown attribute
support for plain PHP Markdown), plus a few minor improvements. You
can download PHP Markdown & Extra from the project page:
<http://www.michelf.com/projects/php-markdown/>
Here
2008 May 03
1
markdown implementation in C using PEG grammar
I've just uploaded an implementation of markdown in C. It defines
the syntax using a PEG grammar, so it should be easy to extend and
modify. Right now it can produce output in either HTML or LaTeX, but it
would be simple to add other output formats.
It's very fast: on my machine, it converts a 178K markdown file in
0.14 seconds (vs. 9.6 seconds for the latest Markdown.pl and 0.57
seconds
2011 Jul 13
3
php-markdown-extra-extended - my humble attempt at extending php-markdown
Dear all,
I have used Markdown via Drupal a few months now, with a customer site
and my currently my own blog and based on that practical experience I
wanted to add some extra functionality to PHP Markdown Extra, so out
of this grow my (extended) weekend project
https://github.com/egil/php-markdown-extra-extended
The big missing item right now that I would like to implement is the
ability to add
2008 Mar 17
0
Text::Markdown 1.0.17
I pushed Text::Markdown & Text::MultiMarkdown version 1.0.17 to CPAN
late last night, and it's now indexed and you can see it on
search.cpan.org.
You can get it from:
http://www.cpan.org/authors/id/B/BO/BOBTFISH/Text-Markdown-1.0.17.tar.gz
And if you'd like to browse the HTML documentation:
http://search.cpan.org/~bobtfish/Text-Markdown-1.0.17/lib/Text/
Markdown.pm
2012 Jul 18
1
Links in DF's Markdown?
I noticed the markdown used for
http://daringfireball.net/projects/markdown/had this:
Discussion List <a id="discussion-list" />
---------------
It seems to be a way to associate id's or classes with markdown elements.
Is this a standard "best practices"?
I've gone a different direction in my use of MD. I have a trivial jQuery
stunt that looks for
2007 Mar 03
1
Markdown within HTML
Before I start writing an HTML parser for Showdown, I want to see if there's
a safe way to have Markdown process the contents of HTML block elements by
default. I don't think markdown="1" is an official part of the language
yet, so this seems like a good time to talk about it.
Being able to wrap Markdown text in divs and spans would make it possible to
add more structure to
2009 Oct 22
3
Order of Markdown and SmartyPants filters (was: Re: Markdown Support in Drupal6.14?)
2009/10/20 Lou Quillio <public at quillio.com>
> On Mon, Oct 19, 2009 at 3:20 PM, AJG Baeumel
> <ajgb at st-maurices.n-lanark.sch.uk> wrote:
> > Why is Marksmarty no longersupported in Drupal 6.14?
>
> It's been a while since I've worked with Drupal, but I remember that
> MarkSmarty was really just a hybrid convenience filter. It's better to
> apply
2009 Sep 12
1
lunamark - markdown in lua using a PEG grammar
Markersdown:
I was fooling around with lua and decided to write a markdown parser
using the terrific lpeg library. Here's the result:
http://github.com/jgm/lunamark/tree/master
There are already two markdown libraries for lua, one a native lua
implementation based on global substitutions, the other a binding
to discount. What makes lunamark different is that it is based
on a PEG grammar