search for: michelf

Displaying 20 results from an estimated 113 matches for "michelf".

Did you mean: michel
2008 Mar 22
7
Babelmark
..., markdown.lua, and Pandoc. I'm very sorry if your Markdown implementation can't be part of Babelmark online, but if anyone has a better host to offer for Babelmark, ideally with support for all of these, I'd gladly send him the scripts. You can find Babelmark here: <http://michelf.com/projects/babelmark/> Also note that, contrary to the normal Markdown or PHP Markdown dingus, you can bookmark specific tests since the input string is encoded in the URI. Here are some interesting cases for instance: <http://michelf.com/projects/babelmark/?markdown=_test_test_test_&...
2008 May 09
5
Markdown Extra Spec: Parsing Section
...pretty straightforward to convert to a formal grammar if the grammar is powerful enough to express them. I'm not saying too much here; elaborate explanations are better in the spec than in this volatile email. If you're interested, take a look and tell me what you think: <http://michelf.com/specs/markdown-extra/#parsing> Michel Fortin michel.fortin at michelf.com http://michelf.com/
2013 Jan 21
1
PHP Markdown Lib 1.3 (Beta 4)
...my blog when it goes out of beta. There's a new branch to PHP Markdown. It contains the two exact same parsers found in PHP Markdown and PHP Markdown Extra, but without all the cruft. In other words: is packaged to be used as a library, and only as a library. The two parsers classes are in the Michelf namespace: \Michelf\Markdown \Michelf\MarkdownExtra Yep, a namespace, so it requires PHP 5.3 or later. The Lib branch is [PSR-0] compliant, allowing easy autoloading of its parser classes. It is also a [Composer] package made [available on Packagist][aop]. It's currently in beta. Now'...
2007 Jun 14
6
Revisiting mime-types and file extensions
Hi, I'm in the process of adding support for Markdown to a minimal CMS in Rails, [Railfrog][railfrog], which uses mime types to select appropriate processing. I have had a look through the archives but have not been able to see that a consensus has emerged as to what such a mime type for Markdown should look like. My reading of the RFCs suggests that it should be within the "text/*"
2013 Apr 11
0
PHP Markdown Lib 1.3
This is the first release of PHP Markdown Lib. This package requires PHP version 4.3 or later and is designed to work with PSR-0 autoloading and, optionally, with Composer. You can download it from the PHP Markdown website: <http://michelf.ca/projects/php-markdown/> You can also read the official announcement here: <http://michelf.ca/blog/2013/php-markdown-lib/> Also note new versions of PHP Markdown 1.0.1q & Extra 1.2.7 were just released too. They're now labeled as the "classic" version, and as previous...
2006 May 19
1
Object-Oriented PHP Markdown/SmartyPants
...eleasing the new object-oriented counterparts to PHP Markdown 1.0.1c, PHP Markdown Extra 1.0.1, and PHP SmartyPants 1.5.1e, named respectively PHP Markdown 1.0.1oo, PHP Markdown Extra 1.0.1oo, and PHP SmartyPants 1.5.1oo. Please consider them beta for now: PHP Markdown 1.0.1oo <http://www.michelf.com/docs/projets/php-markdown-1.0.1oo.zip> PHP Markdown Extra 1.0.1oo <http://www.michelf.com/docs/projets/php-markdown-extra-1.0.1oo.zip> PHP SmartyPants 1.5.1oo <http://www.michelf.com/docs/projets/php-smartypants-1.0.1oo.zip> They should yield identical results than their non-o...
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
...can do this by instantiating yourself the parser and setting the `no_markup` or `no_entities` properties to true: $parser = new Markdown_Parser; $parser->no_markup = true; $parser->no_entities = true; $html = $parser->transform($text); Download page: <http://www.michelf.com/projects/php-markdown/> 1.0.1h (3 Aug 2007): * Added two properties (`no_markup` and `no_entities`) to the parser allowing HTML tags and entities to be disabled. * Fix for a problem introduced in 1.0.1g where posting comments in WordPress would trigger PHP warnings and cause some marku...
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 followi...
2010 May 03
5
New parser-based Markdown implementation for Java
Markdowners, just a short heads-up to a newly released Markdown implementation: "pegdown" (http://github.com/sirthias/pegdown) implements a Java Markdown-to-HTML processor based on a PEG parser with the grammar being based on John MacFarlanes C implementation "peg-markdown". pegdown uses "parboiled" (http://www.parboiled.org) for the actual parsing work and, as
2012 Aug 07
1
Footnote output not valid.
...xtra [3]) is not valid HTML [3]. If you notice he's using HTML5. At least the footnote syntax does valid on XHTML1 or HTML4. Anyway, any suggestions on how the various footnote implementations want to move forward with this? [1]: https://github.com/waylan/Python-Markdown/issues/129 [2]: http://michelf.ca/projects/php-markdown/extra/#fn-output [3]: http://validator.w3.org/check?uri=http%3A%2F%2Fblog.posativ.org%2F2012%2Flinkschleuder-26%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg
2007 Aug 31
0
PHP Markdown 1.0.1i & Extra 1.1.5
...scale linearly -- but Extra still benefits much from PHP Markdown's speed bump. Something tells me there's still much room for improvement in Extra's HTML block parser, but that will be for another update. You can download both of them at the PHP Markdown web site: <http://www.michelf.com/projects/php-markdown/> Alternatively -- *and this is new* -- you can also grab packages "markdown" and "markdownextra" from the "pear.michelf.com" channel using the PEAR installer (available on almost all PHP installations), or you can access the Git rep...
2007 Jan 16
3
Markdown for Wordpress?
Does anyone know which version of Markdown is best for Wordpress? I see online that there are a few and was wondering which one people prefer. Also, is there any chance John Gruber will write an official Markdown plugin for Wordpress, given how popular it's becoming? -------------------------------------------------------- robdumas at gmail.com http://obnoxio.us/
2009 Oct 10
0
PHP Markdown 1.0.1n & Extra 1.2.4
...eta), as most implementations of Markdown accepts them by default. It's also because waiting for John to release officially version 1.0.2 as an actual release (instead of a beta) for enabling this feature looks like a dead end at the moment. So you can download it from here: <http://michelf.com/projects/php-markdown/> As usual, you can also grab the latest release from the PEAR channel at <http://pear.michelf.com/> or the Git repository mirror at <http://git.michelf.com/php-markdown/ > Here is the detailed list of changes. 1.0.1n (10 Oct 2009): * Enabled refer...
2007 Aug 31
1
PEAR Channel and Git Repository Mirror for PHP Markdown & Extra
...rabbing PHP Markdown and PHP Markdown Extra. The first one is a PEAR channel which can be used with the PEAR installer. PEAR is a packaging system included in the default PHP install, and thus should be ideal to update PHP Markdown on a server. The channel's name for PEAR is "pear.michelf.com", and you can get basic instructions as to how to use it by going to the web page at the same address: <http://pear.michelf.com/>. The second method for grabbing PHP Markdown is to use the Git[^1] repository mirror available at <http://git.michelf.com/php-markdown/ >....
2007 Aug 30
2
Markdown, SmartyPants and Wordpress?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm redesigning my site and considering moving from Movable Type to WP, but many of my entries are in Markdown. I really, really like Markdown and SmartyPants. I've not used Textile much, but Markdown feels more natural to me; also, I love SmartyPants because I'm a stickler for curly quotes. I understand there's a Markdown
2006 Jun 28
0
PHP SmartyPants Typographer 1.0b2
...ntrol spaces around punctuation and at some other places. Now, I've integrated it, with a few extra quote goodies, within PHP SmartyPants, as an extension just like PHP Markdown Extra extends PHP Markdown. And so appeared SmartyPants Typographer (announcement on my weblog) <http://www.michelf.com/weblog/2006/and-so-appeared-smartypants- typographer/> PHP SmartyPants Typographer 1.0 (documentation page) <http://www.michelf.com/projects/php-smartypants/typographer/> PHP SmartyPants (download page) <http://www.michelf.com/projects/php-smartypants/> Note: This version of...
2013 Jan 23
3
footnote:id, colons and jquery
...tions that support footnotes all change to not use colons? I couldn't help but note that Gruber's unreleased implementation (what he uses on daringfireball.com) appears to use dashes instead. Any thoughts? [bug report]: https://github.com/waylan/Python-Markdown/issues/180 [output]: http://michelf.ca/projects/php-markdown/extra/#fn-output -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg
2008 May 16
2
Parsing Code Blocks
...Three > Four Five ~~~ I'm wondering though if code blocks shouldn't force a "non-lazy" syntax, which would mean yielding a result identical to this instead: ~~~ > One Two > Three Four Five ~~~ Thoughts? [spec]: <http://michelf.com/specs/markdown-extra/#block-element-generator > Michel Fortin michel.fortin at michelf.com http://michelf.com/
2009 Feb 28
1
What is the most recent offical test suite ?
I just recently became aware of MarkdownTest_1.0.3 (which discount fails, due to the behavior of code blocks changing from "leave whitespace alone except on the first line" to "leave whitespace alone", and the addition of a new kind of magic link that doesn't seem to be documented); is this the most recent version of the test suite, or is there a newer one out there?
2007 Sep 27
0
MDTest 1.1
It has been a few months since the initial release of MDTest. I haven't changed the testsuites much since then, but I've made a few noticeable improvement to the test processor itself. You can download MDTest here: <http://michelf.com/docs/projets/mdtest-1.1.zip> MDTest is also available now from the Git repository mirror at <http://git.michelf.com/mdtest>. MDTest 1.1: * Tests files without a corresponding result file are now processed and their results add up in the benchmarking sections at the end....