Displaying 20 results from an estimated 600 matches similar to: "a blade of grass cracks the sidewalk"
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
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown
(or more broadly, another form of light-markup)...
to begin with, there is the markdown "dingus"...
from a demo perspective, it has been _fantastic_.
it has provided interested observers a quick idea
about the simplicity and the power of markdown.
as a writing tool, it's a bit clunky; it will work, yes,
but i'd doubt many
2011 Jun 06
9
fried fish, available, for free
i've released the first beta of my e-book converter-tool.
you are invited to throw stones at it (and at me) if you like:
> http://jaguarps.com
"beta" is a compromise. i developed it on a mac, so that
particular version is solid. but "alpha" would be a better
label for the status of the windows and linux versions, so
if you have one of _those_ machines, and you
2015 May 11
3
POSIXct en la version 3.1.3 (2015-03-09) -- "Smooth Sidewalk"
Hola,
tengo un script para usar la función POSIXct y lo corro en otras computadoras con otras versiones de R y no tengo problemas ahora cuando lo corro en mi maquina donde tengo la versión 3.1.3 no me da ningun error pero genera una nueva columna con NA
puede ser sólo problema de la versión de R?
gracias
ana
--
Ana Marina Srur
Departamento de Dendrocronología e Historia Ambiental
2012 Oct 26
1
the future of markdown, according to jeff atwood (and/or david greenspan)
like history, the future is decided by the people who write it...
> http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html
by the way, if you want a form of light-markup which is
still flexible enough to be molded, but will be _totally_
free of ambiguities and "edge-cases", and governed by
a well-written specification and thorough documentation,
along with an
2010 Dec 15
3
my scala markdown implementation
Hi,
I have written my own implementation of markdown in Scala. I only later
realized there is already one
( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some
work into mine and I think it is never bad to have alternatives, so I
wanted to release it anyway. I want to use the same BSD License as the
original markdown, but before I put it out into the wild I wanted to ask
2006 Sep 18
1
PHP Dingus Fix
I just realised I hadn't updated the version of PHP Markdown and
Extra on the dingus as I pretended I did in my two announcements. It
is now fixed: PHP Markdown 1.0.2b7 and PHP Markdown Extra 1.1b1 can
now be tested on the dingus.
<http://www.michelf.com/projects/php-markdown/dingus/>
Sorry for any inconvenience.
Michel Fortin
michel.fortin@michelf.com
http://www.michelf.com/
2011 Oct 06
5
godspeed, steve
godspeed, steve. thanks for giving us the tools to catch fish.
-bowerbird
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20111006/3e1c11bd/attachment.htm>
2011 Oct 15
5
fuck yeah markdown
brett terpstra continues his obsession with markdown...
> http://fuckyeahmarkdown.com/
there's also a g-rated version:
> http://heckyesmarkdown.com/
brett has accomplished more in the last three months
than this listserve accomplished in the last three years.
and it looks like he's only just getting started...
meanwhile, fletcher is about to send off his rocket,
which
2006 Dec 30
3
problems with escaping backticks
I can't escape backticks if on a line with other code:
$ echo 'maybe use `fixed face` for `/path/to/file` by using \`back ticks\`
around it' | /usr/pkg/bin/Markdown
<p>maybe use <code>fixed face</code> for <code>/path/to/file</code> by
using \<code>back ticks\</code> around it</p>
and this is even more wrong:
$ echo 'maybe use
2008 Sep 17
2
bug in maruku with single-element nested unordered list?
This does not produce the expected output, yet does work on the dingus [1]:
* asdf
* asdf
>> require ''maruku''
=> true
>> 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 *
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
2013 Sep 10
3
newbie seeks repo for markdown
hello, i am looking for advice regarding the best repo from
which to download "markdown" for use on a mac.
on my ubuntu machine i just installed some standard markdown
package with apt-get. but i have not found anything
equivalent for my mac machine.
i am looking for a maintained package from a reputable repo
site that can be automatically installed and upgraded using
the packaging
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.
2012 Jan 13
1
Inline HTML link and mailto: link
Dear Folks,
I am just starting out with Markdown and am trying to get two elements
working:
(1) An inline HTML link; and
(2) An inline mailto: link
as shown in the text below:
We invite you to [browse] (http://academy.swanlotus.com/index.html) this
website. Take a look and see if you find anything useful. And do [drop
us a line] (mailto:feedback at swanlotus.com) with your comments for
2008 Mar 03
5
on the philosophical aspects of a specification
a specification will _eventually_ be used, by someone,
to tell the user they are doing things "wrong", won't it?
and doesn't that turn markdown's genesis upside-down?
heck, next thing you know we'll be telling them to r.t.f.m.
i would prefer that implementers get more sophisticated
about teasing out the user's intent in "ambiguous" cases.
of course,
2009 Jul 16
3
md2html.awk and a question
Hello,
I have just subscribed to this list. I will introduce myself: For some
time, I have kept a markdown implementation in awk for personal use,
different from other implementations. Now, I'm in the process of
rewriting it and I'm trying to do it as compatible as possible.
There are many questions I have, I know some test suites and am trying
to pass those tests. When I don't know
2012 Aug 01
2
very impressive
jquery table editor in .html:
> http://warpech.github.com/jquery-handsontable/index.htm
-bowerbird
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20120801/7488fd1d/attachment.html>
2006 Oct 17
2
back-translation and round-tripping
i'll be doing some experiments myself,
but i thought i'd ask here first about
back-translation and round-tripping
with markdown and its xhtml output.
the object is to take markdown output,
reduce it back to a markdown text-file,
then regenerate the output again and
compare it with the "original" output,
repeating if necessary until there exists
a pair of files that give perfect
2011 Jul 14
5
can you see the future?
looks like my message from last week
about writing tools was right on time...
we are enjoying a display of fireworks
now going off in this particular arena...
fletcher started work on an editing app
with markdown-preview built right in,
after reporting on his blog that he had
"seen the future" in ali's post last month,
where ali debuted his syntax highlighter,
and fletcher is