search for: odgaard

Displaying 14 results from an estimated 14 matches for "odgaard".

2006 Oct 07
6
Minor regexp oversight for setext headings
Noticed the patterns for setext style headings are: ^(.+)[ \t]*\n=+[ \t]*\n+ Should be: ^(.+?)[ \t]*\n=+[ \t]*\n+
2011 Oct 18
0
maybe there's something i don't understand
allan odgaard said: > the specification seems fairly explicit: i must be badly misunderstanding something here, because it appears, to me at least, that mr. odgaard wants you to "standardize" on gruber's specification? that "specification" -- if you really want to call it that --...
2007 May 02
4
Make --html4tags the default?
Seeing how no-one should send application/xhtml+xml to the browser [1], and development of the HTML standard is again happening [2], it would make sense to have Markdown.pl default to HTML tags. Maybe too late to change a default though. How does PHP Markdown and other implementations deal with this issue? [1]: http://www.hixie.ch/advocacy/xhtml [2]:
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
2006 Feb 25
1
TextMate: syncPEOPLE on Rails Bundle Becomes Built-in Rails Bundle
It?s official, folks! After talking with my partner, Greg Narain, as well as Allan Odgaard, the creator of TextMate, we (syncPEOPLE) have decided to release our Rails bundle under the MIT license so that it can nest itself nicely within its new home, the TextMate Subversion Bundle Repository. What this means for the rest of us is that all of these great features we?ve been madly...
2007 Oct 15
1
TextMate File Type Detection for RSpec & Rails
For those of you struggling with TextMate not properly detecting rspec files, Allan Odgaard (the author of TextMate) has kindly provided a tutorial on how to set up TextMate to associate all .rb files with rails and all _spec.rb files with rspec. http://macromates.com/blog/2007/file-type-detection-rspec-rails His instructions work great and switching between rspec and rails files...
2006 Oct 09
2
Detab should be multi-byte aware?
A user has table-formatted data which contains accents and finds it problematic that his tables misalign after going through Markdown. This is because he made them align using tab characters and Markdown will convert these to spaces even in pre-formatted text and Markdown is not multi-byte aware. This raises two questions: 1. Should Markdown convert tabs to spaces in pre-formated text?
2006 Jul 29
2
Markdown 1.0.2b4 Performance Drop
I was recently made aware of the the Markdown 1.0.2 beta 4 and naturally downloaded it in great anticipation, as I am a big fan of Markdown :) Though I did notice a significant performance drop: The TextMate manual is 3,000 lines (173 KB) and previously took 4-5 seconds to convert to HTML (measuring only time spent by `Markdown.pl`.) With the new version this has increased to almost 30
2010 May 01
4
using markdown in a forum?
Hi, Is markdown a good language to use in a web forum application? How does it compare to bbcode in features and ease-of-use for non-technical users? I'm thinking of using jquery-markedit in that forum app. Thanks, -- http://www.cruisefish.net
2011 Oct 20
4
toast, history, sayonara
...ge to form a consensus (yeah, right, like that's gonna happen) where you eliminated your own inconsistencies, you couldn't overcome the lead multimarkdown will soon have. but if you wanna _try_, i would suggest that you use textmate as your workhorse. with the coming alpha of v2.0, which odgaard has promised "by christmas", this "much-anticipated" release of a high-profile app is the _only_ thing that would have a fighting chance against the juggernaut multimarkdown will soon be. because if you don't have a text-editor that can do an on-the-fly display of output, yo...
2007 Aug 04
1
PHP Markdown 1.0.1h & Extra 1.1.4
This update to PHP Markdown fix a bug that slipped in the WordPress interface with the last update. It also introduce a new "feature": you can now instruct the parser to ignore HTML tags and/or entities in the input. You can do this by instantiating yourself the parser and setting the `no_markup` or `no_entities` properties to true: $parser = new Markdown_Parser;
2006 Jul 29
4
Formal Grammar — some thoughts
I recently subscribed and saw in the archive that Eric Astor was asking for a formal grammar (unlikely the first time for such request.) Currently there are a few problems in making such a thing so I was curious if Mr. Gruber has made any thoughts about moving toward one? This would also allow a more ?clean? parser which would get rid of some of the current problems (bad nesting[^1],
2011 Oct 20
6
maybe a year ago, but not today
...the versions of MD? well, i think it has become rather obvious that macfarlane is the most knowledgeable person -- by far -- when it comes to these matters... and, just as above, a year or two back, this would have been the direction for progress to be made... but again, not today. *** allan odgaard said: > I see a bigger chance of filling the niche between > Markdown and reStructuredText that John was alluding to, > getting traction, and then see that as a new format > added to their wiki (it already has several), and > understood when READMEs have the proper...
2006 Mar 09
11
syncPEOPLE on Rails TextMate Bundle 1.0 & Screencast
The 1.0 version of our bundle is now available for download, along with a 10 minute demonstration of it in use. See http:// syncpeople.com/downloads. == What is syncPEOPLE on Rails? == syncPEOPLE on Rails is a bundle of snippets, macros and commands for TextMate that make Rails development on the Mac even easier. Generate scaffolds, migrations, models and controllers from inside the