search for: daringfireball

Displaying 20 results from an estimated 56 matches for "daringfireball".

2012 Jul 27
1
[question] special characters
***********Fri, 27 Jul 2012********************************* Hello List , ???????????? I'm new to this list and have a question to format special characters. On the website <http://daringfireball.net> I don't find anything. Is it possible to format characters like m? or ?? I hope someone can help. TIA Tim -- ------------E-N-D-E-----?????????????---M--A--I--L---------- ================================ Declaration for Internet Freedom: =============================...
2006 Dec 30
4
Escaping inside code blocks?
I am doing unit-tests for Maruku and every once in a while I run into some doubts. I am posting a lot to the list, but all of these messages should be in-topic (tell me if not). Consider the input: --- `There is a literal backtick (\`) here.` `There is a literal backtick (\\`) here.` ``There is a literal backtick (`) here.`` --- The documentation says that line 2 and 3 are equivalent.
2013 Jan 23
3
footnote:id, colons and jquery
...caping causes a performance hit. My initial reaction is to say that this is jquery's problem, but what do you think? Should the various implementations 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
2009 Apr 23
2
No Markdown in <div>s or <table>s ?
>From http://daringfireball.net/projects/markdown/syntax#html: > Note that Markdown formatting syntax is not processed within block-level > HTML tags. E.g., you can?t use Markdown-style *emphasis* inside an > HTML block. [...] Unlike block-level HTML tags, Markdown syntax is > processed within span-level tags. H...
2008 Sep 17
2
bug in maruku with single-element nested unordered list?
...ue >> doc = Maruku.new("* asdf\n * asdf\n") => md_el(:document,[ md_el(:ul,[md_el(:li_span,["asdf * asdf"],{:want_my_paragraph=>false},[])],{},[]) ],{},[]) >> doc.to_html => "<ul>\n<li>asdf * asdf</li>\n</ul>" [1] http://daringfireball.net/projects/markdown/dingus
2011 Aug 05
1
uniform type indicator
this is fascinating: > http://daringfireball.net/linked/2011/08/05/markdown-uti i don't know (and don't care about) any possible significance of such a pronouncement on a "uniform type indicator", but i think that it's interesting that gruber has decided to make _any_ type of statement on markdown, with the big moves no...
2012 Jun 16
2
A better guide to Markdown
Hello! Is there a simpler, better designed guide to Markdown than http://daringfireball.net/projects/markdown/ that I can refer my forum users to? Something Googleish-looking. Or do forum owners usually end up having to write their own guides? Thank you! Mikkel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markd...
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...
2006 Jun 08
2
parsing question - lists and blockquotes
I'm using the PHP port of Markdown, but I noticed the same effect on your dingus <http://daringfireball.net/projects/markdown/dingus> The problem I'm seeing is when I have an bulleted list and the last item of the list contains a block quote. The blockquote does not terminate correctly, and adding another blockquote after the list ends up extending the original blockquote. Here's what...
2008 Apr 06
1
buggy HTML from nested lists w/ paragraphs
...9;s helpful for diagnosing the problem.) # text1 * text2 * text3 text4 ## text5 * text6 * text7 text8 ## text9 * text10 * text11 text12 text13 The versions of Markdown I'm running this through are version 1.0.1 of the Perl script from daringfireball, and whatever's included in MarsEdit 2.1.3(1404). Any ideas?
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 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
...t my problem", so I'm deferring to Markdown itself. Here's a sample<https://raw.github.com/gist/3909246/1885a4d509fb555c158208d9bfc319b9f8f95039/urls.md>Markdown document on Gist. All but the final hyperlink fail to be functional. You can verify this behavior in Dingus<http://daringfireball.net/projects/markdown/dingus>. I'd paste my sample directly in Gmail, but it would actually fix the URLs and obscure the problem. I believe this is easily fixed by altering the regex responsible for parsing [name](url) syntax to be lazy rather than eager. -- Cheers, Andrew Pennebaker ww...
2009 Jun 21
5
Query about emphasis
...emphasis. I realise that the horse has bolted, and changes to currently supported functionality are unlikely to attract support. However, there does seem (at least in my tiny mind) to be a mis-match between the following stated goal and the present implementation of emphasis: Quote (from http://daringfireball.net/projects/markdown/syntax#philosophy): Markdown?s syntax is comprised entirely of punctuation characters, which punctuation characters have been carefully chosen so as to *look like what they mean*. It seems to me that *writers* who are not programmers are thinking in terms of italic, bold...
2019 Feb 21
0
[PATCH] VMCI: Support upto 64-bit PPNs
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Feb 21, 2019 at 07:26:29PM +0000, Vishnu DASA wrote: > Hi Greg, > Sounds like a good idea to use the BIT() macro but can I do that in a > separate change to cover the entire file (and perhaps other vmci files > too)? Yes, that would be fine. thanks, greg k...
2008 Dec 20
2
autolinking URL's
Hi, Is there a way to have markdown automatically convert obvious (http, mailto) URL's to links? i.e: http://example.com -> <a href="http://example.com>http://example.com</a> Thanks, -- http://www.critikart.net
2006 May 26
1
RewriteRule to strip www. ?
I''m trying to add a RewriteRule to my .htaccess to remove the www. prefix from requests. The following works on its own: RewriteCond %{HTTP_HOST} www.mysite.com RewriteRule (.*) http://mysite.com/$1 But it blows up when I try to add it to my .htaccess file. I''ve tried moving it around, before and after the various Rails-specific rules, but I can''t get it to work.
2011 Mar 04
1
First-time user woes
Hello list ... I read all that I could at: http://daringfireball.net/projects/markdown/ as well as the man-page. I'm still not sure as to how to get the output written to a file instead of the screen. For example, I did: markdown --html4tags convert-this.txt Should I be redirecting the output to a file, like: markdown --html4tags convert-this.txt > co...
2011 May 11
0
Markdown-Discuss Digest, Vol 97, Issue 6
...rty add-on becomes popular, then > maybe others will add it to there implementations as well. Maybe, > eventually, if a single format becomes popular enough, the community > at large will accept it. Until then, I'm not interested. If you want > it, go build it! > > [1]: http://daringfireball.net/projects/markdown/syntax#html
2011 Jul 14
0
Code blocks in blockquotes
According to John Gruber's syntax page http://daringfireball.net/projects/markdown/syntax#blockquote it is possible to nest a code block in a blockquote. But Markdown.pl 1.0.1 shows some strange behavior in this respect. Let me take the following text example (I use `***BEGIN**` and `***END***` as delimiters for the examples): ***BEGIN*** This is a block o...
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