Displaying 4 results from an estimated 4 matches for "sgbotsford".
2012 Oct 31
2
New List of implementations.
Hey everyone. Just and FYI that I started a list of markdown implementations:
https://github.com/markdown/markdown.github.com/wiki/Implementations
Please review and make any corrections/additions. The page should be
publicly editable as long as you have a github account.
Note that this is a list of _libraries_, which differentiates it from
wikipedia's list [1]. For example, mmd2pdf is a
2009 Mar 25
0
surplus <p> tags.
I've run into a problem with multimarkdown, and would like advice: From
Fletcher's doc:
>
>
Unlike PHP Markdown Extra, all definitions are wrapped in <p> tags. First,
> I
was unable to get Markdown not to create paragraphs. Second, I didn?t see
where it mattered - the only difference seems to be aesthetic, and I
> actually
prefer the <p> tags in place. Let me
2008 Apr 19
3
Feature Request External label resolution
One of the things I'm coming up against. Maintaining a non-small
web site with many internal links is a pain.
Consider:
Suppose that at one point I have
site/
Images
Business
Home
...
Later the site gets more complex, and Images has a bunch of sub
directories.
site/
Images
header_rotate
inventory_pix
misc
Business
Home
When this happens I have to
2009 Mar 06
2
Paragraph tags around <div> blocks
For those of you who are expert you may chuckle over this.
Perhaps if it's in the record, however, it may help someone else.
I was getting cases of
<div id="content">
standing on a line by itself, getting converted to this:
<p><div id="content"></p>
Yes, the line above and below are blank.
Yes the div tag is starting at the first column
It