Displaying 5 results from an estimated 5 matches for "writing_extensions".
2009 Mar 09
0
Python-Markdown 2.0 Release Candidate
...id=183331&release_id=666767
[bugs]: http://www.freewisdom.org/projects/python-markdown/Tickets
[site]: http://www.freewisdom.org/projects/python-markdown
Release Notes:
===========
* Major refactor of the core and extension API. Extension authors
should see the included documentation in
`docs/writing_extensions.txt`. All parts of the syntax are now
completely overridable by extensions.
* Numerous extensions added to the standard distribution (off by
default), including an "extra" extension which matches PHP Markdown
Extra. See the `markdown/extensions/` directory for the full list.
* The code...
2010 Feb 04
1
markdown's reference links with the implicit name syntax - improvement suggestion?!?
I like to use markdown's reference links with the implicit name syntax. It allows keeping a table of links seperate from the referencing link.
However, what I don't like is that I have no way of (optionally) including the table of links in the markdown's output.
For instance, in the example:
I get 10 times more traffic from [Google][] than from
[Yahoo][] or [MSN][].
[google]:
2008 Feb 13
3
Syntax for extensions
Hello,
I need to to slightly extend the markdown syntax. (place an image (img tag)
in text which URL has not yet been determined). Therefore I want to define
something like $[Alt text](img.jpg) which would be replaced by my
pre-processor with ![Alt text](/path/to/img.jpg) and then sent to markdown.
Is there any special syntax that should be used for such 3rd party extensions?
How would you do
2009 Sep 09
4
tables with Unicode box drawing characters?
Hello,
I read David Wheeler's table proposal[1] for Markdown and very much
agree with his conclusion and PostgreSQL-inspired proposed format. I
also read the mailing list archives for 2009 but did not find any
clear concesus on whether DW's format was officially accepted (I hope
it is soon!).
However, I want to ask: has anyone considered taking these simple
ASCII table drawings to the
2009 Jun 21
5
Query about emphasis
Hello List,
Firstly, I was very impressed when I tried markdown 2.0 recently. Fantastic
work all!
I have a query about the treatment of 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