Displaying 20 results from an estimated 1000 matches similar to: "A better guide to Markdown"
2012 Jun 30
2
Significance of interaction depends on factor reference level - lmer/AIC model averaging
Dear R users,
I am using lmer combined with AIC model selection and averaging (in the
MuMIn package) to try and assess how isotope values (which indicate diet)
vary within a population of animals.
I have multiple measures from individuals (variable 'Tattoo') and multiple
individuals within social groups within 4 locations (A, B, C ,D) crucially I
am interested if there are
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.
How do people work around this when they want to apply Markdown to
text
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
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
How can we improve URL detection in Markdown? I posted a question on Stack
Overflow and happened to click a URL in my post. To my surprise, it wasn't
functional, and it took three different, nonintuitive manipulations before
I achieved a functional URL. Stack Overflow says "not my problem", so I'm
deferring to Markdown itself.
Here's a
2006 Jul 07
2
adding [markdown] to the email subject lines for markdown-discuss
Hi All,
I was wondering what people thought to the idea of getting "[markdown]"
added to the subject lines of all the mails to the markdown mailing list?
It would certainly help me out with my email organisation.
Many thanks
CHEERS> SAM
2006 Aug 30
1
Markdown.pl 1.0.2b7
Download:
<http://daringfireball.net/projects/downloads/Markdown_1.0.2b7.tbz>
Changes from 1.0.2b4, the last released version:
+ Changed shebang line from "/usr/bin/perl" to "/usr/bin/env perl"
+ Now only trim trailing newlines from code blocks, instead of trimming
all trailing whitespace characters.
+ Fixed bad performance bug in new
2007 May 09
0
Updated Markdown Test Suite
I've updated the MarkdownTest package. The test script is
unchanged, but the Tests folder contains new tests,
corresponding to the bugs fixed in 1.0.2b8.
<http://daringfireball.net/projects/downloads/MarkdownTest_1.0_2007-05-09.tgz>
-J.G.
2006 Apr 03
0
New to Markdown, Suggestion . . .
So, this is my first post, greeting, yada, yada. By way of background,
I'm a law student/former DC IT consultant and soon-to-return to the IT
field. Don't ask me why I went to law school, I have forgotten--and I
am not certain it was a good choice.
I ran across Markdown only recently, although I have always favored
ASCII as the impervious format. I'm also polishing my Python skills,
2006 Jun 05
0
Markdown.pl development?
Hi. Is it just me or is there an elephant in here?
</tongue-in-cheek>
The official Markdown homepage
(http://daringfireball.net/projects/markdown) offers the 18-month-old
version 1.0.1 as a download, and the Dingus page purports to be run on
a version 1.0.2b6 - which seems to offer pretty much the same
functionality as the old 1.0.1 version.
My question is: Is there any active development
2007 May 09
3
Markdown.pl 1.0.2b8
Download:
<http://daringfireball.net/projects/downloads/Markdown_1.0.2b8.tbz>
Changes from 1.0.2b7:
+ Fixed bug with nested raw HTML tags that contained
attributes. The problem is that it uses a backreference in
the expression that it passes to gen_extract_tagged, which
is broken when Text::Balanced wraps it in parentheses.
Thanks to Matt Kraai for
2007 Jul 13
0
Markdown rendering question
Hello,
I'm trying to render the following page in markdown:
http://lua-users.org/wiki/RiciLake
This page was converted into markdown using Aaron Swartz's html2text
[1]. And then rendered to HTML using Niklas Frykholm's markdown.lua
[2].
Everything works quite nicely... except that under 'Lua
Enhancements'... the very first header is not rendered as a header, but
as
2011 May 11
0
Markdown-Discuss Digest, Vol 97, Issue 6
True, this is no prose, and true too there is no code yet, but I
appreciate the effort,
as someone who tries to get a herd of writers with some tabular data to
include the data
in the text.
The alternative being, in fact, as heavy as implementing a database
repository for the
tables and including ugly imports in the markdown text.
For now, I am using Michel Frotin's PHP Markdown Extra, which
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
2012 Dec 13
1
standalone markdown
Hi
Is it possible to run Markdown the app standalone, that is, not as part
of a webserver. So the model would be write a file in Markdown and then
use the Markdown app to convert the file into (x)html for local browsing
in a browser.
I want to learn Markdown before I have to go through the pain of setting
up a webserver. I have been trying to get jetty working on Fedora 16
but keep
2013 Mar 19
2
Using Markdown locally
Markdown is a fantastic program (which I am sure you already know). It saves me a lot of time. Currently, I use the dingus located at: http://daringfireball.net/projects/markdown/dingus
However, I am trying to set one up just like that, locally - on my own system, without having to use that one (wasting the bandwidth, and having to switch to the site every time to use it).
I am running Ubuntu.
2008 Feb 27
3
forking Markdown.pl?
As many of you know, when a piece of open-source software languishes
with bugs for 3 years it's often forked Markdown.pl is licensed under
the BSD license. (do `>tail -35 /path/to/Markdown.pl`)
Has anyone thought of forking and maintaining Markdown.pl (hopefully
with Gruber's blessing) to fix some of the known bugs?
I'm not volunteering (I'd be horrible)... just seeing if
2007 Jun 09
1
Blosxom + Markdown problem: randomised email links break RSS, Atom
As described here, "Markdown will... perform a bit of randomized
decimal and hex entity-encoding to help obscure your address from
address-harvesting spambots" on automatic email address links like
<rwhe at ludism.org>.
http://daringfireball.net/projects/markdown/syntax#autolink
I have had a problem with my RSS feed for months, where certain
entries would refresh every hour or
2008 Mar 18
4
HTML5's audio/video and Markdown
Does anyone have any toughts on how one should be using <video> &
<audio> with Markdown? Using the link or the img syntax?
Maybe:
[a film](film.m4v)
[an audio](audio.mp3)
could create:
<video src="film.m4v" controls><a href="film.m4v">a film</a></
video>
<audio src="audio.mp4" controls><a
2008 Jan 07
3
Deliver core dump in b13 (hg 20080102)
Hi there
I'm redirecting e-mails from mikkel at euro123.dk to another account
(mikkel2 at euro123.dk) using sieves "redirect" with sieve 1.1.3. The e-mail
is redirected just fine.
But deliver still creates a core dump and returns an "e-mail
undeliverable" to the sending account (even though delivery is
successful).
My .dovecot.sieve contains just this:
redirect