similar to: Markdown for Wordpress?

Displaying 20 results from an estimated 600 matches similar to: "Markdown for Wordpress?"

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
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
2008 Jan 05
2
replacing " with &quot;
Python-markdown currently replaces all straight quotes (`"`) with the html entity (`&quot;`). Someone recently complained about this in a [bug report][]. As it turns out the quote was the symptom that brought the real problem to light[^1]. In any event, the reporter pointed out that markdown.pl does not replace straight quotes with the html entity. I know John Gruber has mentioned before
2007 Aug 08
2
Backtick Hickup
I'm using Michel Fortin's MDTest cases to rewrite my html2text.php script. Just now I stumbled upon this bug (in PHP Markdown at least): # Input: Backtick: ``\``` # Output: <p>Backtick: ``&#96;``</p> # Should-Be Output: <p>Backtick: <code>`</code></p> If you (Michel) are already aware of this, just ignore me ;-) -- Milian Wolff
2006 Jul 07
1
Markdown-PHP and the single opening quote character
Gentlefolk, ______________________________________________________ the setup CMS: WordPress 1.5.2 Markdown version: 1.0.1c Markdown implementation: PHP version by Michel Fortin other active WP plugins: none URL: <http://betweenborders.com/reflections/field-notes-from-inside-a-car/> ______________________________________________________ the pre-processed
2009 Oct 19
1
Markdown Support in Drupal6.14?
Why is Marksmarty no longersupported in Drupal 6.14? AJG B?umel mailto:ajgB at st-maurices.n-lanark.sch.uk --------------------------------------------------------------------------- This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please notify
2006 Apr 26
2
php markdown toolbar
Back at the end of March I wrote: > http://www.elfden.co.uk/wip/markdown/ I think I have now finished work on this. The toolbar only appears if javascript is enabled. So far as I can tell it is navigable by the keyboard. Accesskeys can be set for those that need them (though I am not happy with the way my script is currently working). I have taken out the 'P' button, though
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
2007 Dec 26
2
Importing Markdown posts to WordPress
I apologize for being off-topic, but I think there's more expertise on this list than I'll find elsewhere. I'm thinking about moving my blog from Movable Type 3.2 to WordPress. As a test, I've set up a local WP installation and imported my old posts--all of which are written in Markdown. They look awful, primarily because the blocks of source code in many of my posts are not being
2006 May 03
1
SmartyPants 1.6 multiply remarks
Michel Fortin <michel.fortin@michelf.com> wrote on 2/13/06 at 6:13 PM: > > 4 x 2 -> 4 &times; 2 in EducateExtras, too. > > Which is a great idea. But I'm not sure about how it works currently. > All goes well in these two cases: > > 800x600 > 5 x 5 > > But maybe it's not a so good idea that it also replace the x with a >
2006 Apr 28
0
Markdown for phpBB, vBulletin and the rest?
Is there any way Markdown could be ported to the major bulletin board programs, like phpBB? It seems like such a place would be a great fit for Markdown. It would definitely be a lot better than using BBcode or vBcode or whatever the heck it is they call that mish-mash of pseudo-HTML they use. -------------------------------------------------------- Robert Dumas robdumas@gmail.com
2008 Nov 28
3
Extra markdown suggestions
Hello List, I have recently started using Michel Fortin's PHP "Markdown Extra" implementation to programmatically transform my markdown text files into HTML. Firstly I'd like to say markdown is very cool -- thanks to everyone involved :) I'd also like to suggest two additions to markdown: 1) I very often use /this/ markdown to indicate emphasis since I find it much
2006 Jun 28
0
PHP SmartyPants Typographer 1.0b2
As I stated before, I had in the work a utility to control 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)
2010 Sep 28
1
PHP Markdown Extra fork for MathJax
My fork of Michel Fortin's PHP Markdown Extra has been updated to include support for MathJax as well as jsMath. Both of these are JavaScript libraries for using LaTeX syntax, e.g., \(E = mc^2\), to include high quality, scalable equations (not just bitmapped images of equations) in your HTML pages. Links to more information: * A [description of PHP Markdown Extra Math][1], along with some
2009 Apr 30
1
overlaying several subsets of data frame in pairs plot
Hello I have a multivariate data frame giving various responses for several treatments. I would like to plot the relationship in the responses in a pairs plot with different symbols for the different treatments. In a regular plot I would have used 'matplot' or just added the new treatments with the 'points' function. But how to do it in a pairs plot? Thank you for your
2007 Dec 05
1
[patch] Headers, unresolved footnotes, and fractions
Hi folks, thanks for the useful code! I've added some functionality to PHP Markdown Extra and PHP SmartyPants. Diffs attached. For PHP Markdown Extra: *A new config option, MARKDOWN_HEADER_BASE, which sets the largest header level that Markdown can generate and defaults to 1; useful if you use <h1> for site-wide elements and want Markdown-generated headers to start at
2009 Oct 30
1
problems with re-loading exported data
Hello, I have a data file originally as .mat file from matlab that I imported in R using the R.matlab package (readMat). This loaded a list containing amongst other things a 4x4 array of rainfall data that is quite heavy (around 40 Mb, it took 10 minutes to load on my computer). I tried to export it as R data file or simply a text file (using the command write) to share this data with
2008 Mar 22
7
Babelmark
I'm currently attempting to write a spec for parsing Markdown Extra, and since one goal is to minimize the differences in output between implementations, I've made a tool allowing me to compare who does what for any given input. I hope this can also facilitate future discussions about the syntax. So here's Babelmark, a testbed for various Markdown implementations were you
2012 Jan 13
1
Markdown-Discuss Digest, Vol 106, Issue 4
> The only problem as I see it is that three dashes produce a long dash > and a hyphen rather than an em-dash, although two dashes seem to work > well. But investigating that will have to wait for the morrow! I'm afraid you are confusing two different replies. SmartyPants looks for two hyphens (or tee dashes) and turns them into an em dash. The three dashes is for another
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/*"