Displaying 7 results from an estimated 7 matches for "transmekong".
2007 Apr 19
1
Use of Markdown Extra in a forum
from : benoit at transmekong.com
to : markdown-discuss at six.pairlist.net
Subj.: Use of Markdown Extra in a forum
Date : Apr 19th 2007, 15:24:25 (GMT+7)
Dear all,
I have tried to implement PHP Markdown Extra in a forum (PunBB) and found that however well each message is translated, there are collisions when different mess...
2009 Feb 26
1
wrapped cell contents in tables
> If you want multiple lines per cell, I'd suggest using a more explicit
> grid, something like this:
>
> id | name | description | more info
> ====|=========|==================|=====================
> 6 | Inset | An inset element | just one element
> ----|---------|------------------|---------------------
> 8 | Stories | Another element | another
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
2011 Jun 29
0
Markdown-Discuss Digest, Vol 98, Issue 21
Make it 5
:)
On 11-06-28 11:00 PM, markdown-discuss-request at six.pairlist.net wrote:
> Send Markdown-Discuss mailing list submissions to
> markdown-discuss at six.pairlist.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
> or, via email, send a message with subject or body 'help' to
>
2007 Jul 19
1
links named after their own text
I remember there was a way to unclog links named after their own name,
like [link][], and have links written just [link] parsed as long as
there was a [link]: definition somewhere, but I don't seem to find where
this tweak was described.
Is it still valid?
2007 Jul 20
1
Markdown-Discuss Digest, Vol 48, Issue 13
It was a very useful feature for e-mail parsing and I miss it.
I use PHP Markdown extra to send multipart alternative e-mail, and the
short syntax [link] instead of [link][] is very clean and lean. Do you
plan to implement it anymore?
Or is there a tweak to get the present PHP Markdown Extra to parse
[links] as [links][]?
BTW I did not find mention of this in
2009 Feb 25
2
A Modest Definition List Proposal (David E. Wheeler)
Taking David's example further, here is a first try:
id | name | description | more info
-----+---------+-------------------+-----------------
6 | Inset | An inset element | just one element
8 | Stories | Another element | another element
: with 2 lines, without
: colons on the left.
9 | Other