Displaying 11 results from an estimated 11 matches for "drang".
Did you mean:
drag
2007 Dec 26
2
Importing Markdown posts to WordPress
...The biggest problem seems to be that WP isn't recognizing the Markdown
formatting of the exported posts. What should be enclosed by
<pre><code>...</code></pre> are enclosed by simple paragraph tags
instead.
Has anyone here experienced and solved this problem?
--
Dr. Drang
2012 Feb 03
10
[PATCH 0/3] Btrfs-progs: restriper interface
Hello,
This is the userspace part of restriper, rebased onto the new progs
infrastructure. Restriper commands are located under ''balance'' prefix,
which is now the top level command group. However to not confuse
existing users ''balance'' prefix is also available under ''filesystem'':
btrfs [filesystem] balance start
btrfs [filesystem] balance
2010 Sep 28
1
PHP Markdown Extra fork for MathJax
...with some
configuration instructions for using it with WordPress.
* PHP Markdown Extra Math's [GitHub repository][2].
* The [MathJax][3] library.
* The [jsMath][4] library.
[1]: http://www.leancrew.com/all-this/2010/09/php-markdown-extra-math-mathjax-and-wordpress/
[2]: http://github.com/drdrang/php-markdown-extra-math
[3]: http://mathjax.org
[4]: http://www.math.union.edu/~dpvc/jsMath/
2007 Nov 23
0
cant' get drang'n'drop working correctly
Hello,
I''m developing a web application and I''d like users to be able to edit
their pages'' contents. I''ve found a cool tutorial on the web and I
applied drang''n''drop on my divs (and cookies, [i will replace them
with mysql], to allow user saving their contents). I''m having a
problem, because everything seems to work except for memorization, and
I think that this is because when i move my any div it becomes
brighter and when I r...
2006 Jun 22
1
PDF output
Markdown speaks to a project I've engaged for nearly a decade. Ever
since I cobbled up an Apple Newton keyboard to connect to my Pilot
5000, I wanted to type plain text with formatting for later printing.
Class notes and such. Once I wrote a complex WordPerfect script using
custom markup. For a while I wrote raw TeX, relying on a macro file to
simplify things only a little.
Upon
2006 May 17
1
Announcement: Markdown-0.2 for PmWiki
Announcing a new release of the PmWiki Markdown extension.[1] This
release introduces an improvement in page rendering, examples of
syntax,[2] and better support for Atx (up from none). I have also
established a page to help keep interested parties informed of
changes, to include a discussion group.[3] There are still problems
with loose lists and blockquotes, but this is a 0.2 release. The
syntax
2008 Apr 06
1
markdown PEG (parsing expression grammar)
There's been a lot of discussion on this list about creating a formal
grammar for markdown. I had a go at writing a [parsing expression
grammar] for markdown. I used Haskell and John Meacham's Frisby PEG
parsing library, but it should not be too hard to port the grammar
to PEG libraries in other languages.
[parsing expression grammar]:
2011 Apr 14
3
Consecutive code blocks
Hi folks,
I just wrote some Markdown which featured the following code snippets:
<h1>TXJS 2011 Speakers</h1>
<ul>
<li><span>Brendan Eich</span></li>
<li><span>Alex Russell</span></li>
<li><span>Douglas Crockford</span></li>
<li><span>Paul
2006 Jun 10
3
MultiMarkdown and MathML - new feature and request for help
A lot of people have expressed interest in combining math features
with Markdown, but I am not aware of any real developments from these
requests.
I was looking around and toying with [ASCIIMathPHP](http://
www.jcphysics.com/ASCIIMath/) and integrated it with MultiMarkdown
and my xhtml2latex XSLT transforms.
You can include math as an inline formula by using a markup similar
to inline
2011 May 10
13
Proposed table specification (long!)
Gentlefolk,
I have been thinking on Markdown's lack of "proper" table support for a long
while now. Here's where I have arrived...
## I Don't Like HTML Tables
It is often argued that embedded HTML is the way to markdown rich tables.
Unfortunately, this contradicts the higher markdown ideal that a raw
markdown document (including tables!) should be good
1. Firstly for
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello,
This patch series adds an initial implementation of restriper (it''s a
clever name for relocation framework that allows to do selective profile
changing and selective balancing with some goodies like pausing/resuming
and reporting progress to the user.
Profile changing is global (per-FS) so far, per-subvolume profiles
require some discussion and can be implemented in future.