Displaying 20 results from an estimated 300 matches similar to: "link anchor targets?"
2011 Jul 08
1
Fwd: [MMD] MMD-Edit is progressing nicely
Begin forwarded message:
> From: fletcher at fletcherpenney.net
> Date: July 6, 2011 10:38:33 PM EDT
> Subject: [MMD] MMD-Edit is progressing nicely
>
> MMD-Edit is progressing nicely
>
> 07/06/2011 22:31:22
> I am continuing work on my text editor for the Mac, MMD-Edit. It?s based on work described in another post, but briefly it performs syntax highlighting of
2007 Sep 22
4
anchor names from headers (Setext and atx)?
It would be useful if defining headers (either Setext and atx style), if
Markdown would also generate corresponding anchors:
## This is an H2 ##
would create:
<a name="This is an H2"/>
<h2>This is an H2</h2>
Or something like that.
Or is that available some different way?
Thanks,
Jeremy C. Reed
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
2008 Jan 14
2
Possible bug in handling of HTML comments
It appears that Markdown will process ampersands contained within HTML
comments if that comment is part of a markdown paragraph, but will not
when that paragraph is contained within an HTML block of it's own (and
therefore ignored by Markdown.)
For example:
This is a markdown paragraph with a comment that *will* be processed
<!-- This & *will* be converted -->
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
2013 Jul 01
6
attribute blocks for definition lists
Hello,
As I am using markdown to write documentation, I am often tempted to make
links to terms in definition lists.
Since this is not possible for now (at least in php markdown extra), I was
wondering if this could be a common addition in major implementation
supporting definition lists.
the syntax would be
term {#id}
: definition
This syntax tries to follows current convention and
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
2015 Apr 26
2
Bug#783346: Bug#783346: patch for booting Jessie domU with wheezy dom0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 26/04/15 10:45, Bastian Blank wrote:
> Hi Daniel
>
> On Sun, Apr 26, 2015 at 10:35:01AM +0200, Daniel Pocock wrote:
>> This should probably be released in an update to wheezy.
>
> Well, if you can pursuade the release team. We have grub2 for Xen
> in Jessie now and it can be used on Wheezy as well.
>
Can you be
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all,
I'm a newer user of markdown & MultiMarkdown, and I'm looking for the
perfect setup of software for my Mac and my Android phone. I'd like to
have my drafts editable from both.
What I want is an attractive Mac app for writing (primarily blog posts and
emails) that saves its files as .txt . Most of them save as .md or
.markdown instead, and since there doesn't seem to
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
2008 Jan 21
1
Collaboration made simple with bracket notation
What do people think of this?
http://www.humanized.com/weblog/2006/06/30/collaboration_made_simple_with_bracket_notation/
----------------------------------------------------------------------
Find out how you can get spam free email.
http://www.bluebottle.com/tag/3
2011 Oct 20
4
toast, history, sayonara
ok, while i was in the process of writing that last post,
fletcher and john weighed in themselves. that's good.
i can say some things that they can't, though, so i will.
fletcher told you how multimarkdown is booming, and
it was an impressive list. what you might not realize is,
he _undersold_ it. it is even bigger than he described,
and it's gonna _double_ in size in the next
2009 Feb 18
2
Tables
Are there any standards emerging for how to represent tables in Markdown?
Regards,
- Daniel
--------------------------------------------
Dr Daniel Winterstein
Winterwell Associates Ltd
tel: 0772 5172 612
http://www.winterwell.com
Registered in Scotland, company no. SC342991
2011 Oct 20
6
maybe a year ago, but not today
sherwood said:
> If agreement is reached, then the group
> looks at variants 6,7,8,9 and inquires
> if they would like to join in this effort.
well, that kind of leveraged consensus would have
been the way to go about this process a year ago.
but not today.
> Has anyone collected a would-be canonical list
> of either the ambiguous cases in original MD,
>
2011 Aug 10
8
Universal syntax for Markdown
Hi,
because of the great editor "Writer" from Information Architects I've
learned about Markdown and I love it. But it's very confusing, that
there are so many standards with different features: classical
Markdown, Markdown Extra, MultiMarkdown. I think for most users and
the spreading of Markdown it would be nice, to have only one syntax.
And this universal syntax should have
2007 Dec 08
2
Great work!
I've just spent a happy couple of days writing a text file for formatting with
Markdown. The results are phenomenal! It's easy to write, and attractive to
read. I'll try to send a Christmas present to the writer :-)
But when I looked at the perl source, I also found that it was small and
well-structured. Of course, I couldn't resist adding a few things that appealled
to me.
2005 Sep 12
5
remedial stats education
In short:
I didn't take enough stats courses in college. Now I am working on scientific
research and I feel somewhat lost when it comes to designing the statistical
framework. I have looked through the books at:
http://www.r-project.org/doc/bib/R-books.html
I even tried to read [17] Julian J. Faraway. Linear Models with R. This book
is too advanced. It helped a little bit but I still
2013 Jan 23
3
footnote:id, colons and jquery
I just received a [bug report] for Python-Markdown complaining that
colons are used in the ids of footnotes. For reference, we [output]
the same format at PHP Markdown Extra. The general complaint is that
the colon in the id attribute (`id="fnref:1"`) causes jquery to choke
when referencing that id from javascript because jquery uses colons to
indicate pseudo elements (as does CSS). As
2011 Jun 28
3
PEG Markdown Highlight
Dear fellow Markdown enthusiasts,
As you all might know, Markdown is a highly context sensitive language that the (often regex-based) syntax highlighting mechanisms in existing editors struggle to keep up with.
I have taken John MacFarlane's excellent peg-markdown compiler and modified its parser to function as an interpreter for syntax highlighting purposes. The end result is a
2005 Nov 21
0
feedback on book recommendations
I asked this mailing list for book recommendations a few weeks ago.
One of the books I selected was "Introductory Statistics with R" by
Peter Dalgaard. I am embarrassed to say that this book was too terse
for me. I wasn't able to get very far with it. However, I was
fortunate enough to stumble upon "Statistical Reasoning" by Bruce King
and Edward Minium. King &