Displaying 20 results from an estimated 236 matches similar to: "discount <markdown in C>"
2010 Dec 15
8
my scala markdown implementation
Hi,
I have written my own implementation of markdown in Scala. I only later
realized there is already one
( ), but I put quite some
work into mine and I think it is never bad to have alternatives, so I
wanted to release it anyway. I want to use the same
2007 Dec 11
7
[ANNOUNCE] cmarkdown-0.3
Hi!
I wrote an markdown interpreter in C. It should support most of the
features markdown.pl has (hopefully). Please report any bugs.
It would be a good idea if you could test the interpreter with you're
own documents and report any differences to markdown.pl
Mercurial:
hg clone
2008 May 09
28
Markdown Extra Spec: Parsing Section
Hello all,
I've began writing the parsing section of the spec, and I though I'd
let you know about where I'm heading with all this.
Basically, parsing is defined as three consecutive passes: parsing
document elements, parsing block elements and parsing span elements.
Each pass is going to
2007 Oct 27
4
UTF-8 BOM
I'v encountered what seems to be a bug in PHP Markdown v1.0.1k. Given
a UTF-8 with a BOM, the first line is not parsed.
A brief search revealed a bug report for a similar issue in python-
markdown:
> I'm using the markdown.py command to generate HTML from Markdown
> documentation and I've
2006 Jun 28
3
ERb question with xml
In the rdoc there's an example:
xml.em { xml.b("emp & bold") }
Which produces:
emph & bold
But what if I wanted to nest tags with text, i.e.:
just emph and emph & bold
?
I've messed around with it and have only gotten bizzare results or
nothing
2009 Apr 19
5
Sweave: Changing the background color, adding a border
Hi all,
I am using Sweave to produce a document. Unfortunately, I have to print
several copies and I can't print them in color. So I would like to
change the way of printing the code. I would like to print the code in a
box with a black borderline and a grey background (quite classic). Is it
2001 Jan 16
5
[OT] getting a ~ character in LaTeX
I am writing course notes in LaTeX. In the part where I am describing
model-fitting functions in R I want to use a ~ character inline. If I
am displaying an example of R code in its own environment I use the
alltt environment, which protects the ~ character. I have forgotten
how to protect the ~
2004 Sep 13
1
*.Rd: line breaks incorrect (?) \examples
Hi all,
I am using
R, Version 1.9.1 alpha (2004-05-25), ISBN 3-900051-00-3
on
SunOS fluke 5.9 Generic_117171-02 sun4u sparc SUNW,Sun-Fire-480R
Version: sparc-sun-solaris2.9
arch = sparc
os = solaris2.9
system = sparc, solaris2.9
status = alpha
major = 1
minor = 9.1
year = 2004
month = 05
day =
2010 Apr 02
2
Javascript implementation of PHP Markdown Extra?
I've been using the John Fraser's Showdown JavaScript port of Markdown
to do real-time previews in-browser. But I also would like to take
advantage of some of the extensions in Michel Fortin's PHP Markdown
Extra. Has anyone already tried to implement Markdown Extra in
JavaScript?
Thanks,
Keith
2007 Aug 27
9
Benchmarks with TextMate's manual
The following benchmarks have been obtained using the TextMate manual
as the input source:
Using PHP Markdown, parsing the 24 files separately (with the
reference file appended to each of them), I get this (on an iBook G4
1.2 Ghz):
2008 Apr 06
3
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
2011 Oct 02
4
Mou - Markdown editor for web developers
Hi all,
I made a new markdown editor for Mac, named Mou
- http://mouapp.com
It's still in early beta stage. Requires OS X 10.7+ to run.
Let me know how do you think about it. :)
Kudos to John Gruber who invented Markdown language, as always!
:)
Best regards,
Chen Luo
2006 Apr 26
6
php markdown toolbar
Back at the end of March I wrote:
> http://www.elfden.co.uk/wip/markdown/
I think I have now finished work on this.
The toolbar only appears if javascript is enabled.
So far as I can tell it is navigable by the keyboard.
Accesskeys can be set for those that need them (though I am not happy
with
2008 Jun 07
2
mkhtml.py: writing HTML documents in Markdown
[Note to markdown-discuss readers: for context see
]
* Kragen Javier Sitaker [2008-06-07 09:40]:
> Stylesheeting comes naturally. I just put a `` element
> at the top with a few lines inside of it
2011 Jan 26
6
ReMarkdown.css makes HTML look like Markdown text
Hello everyone on the list,
I?m borrowing a bit of your time in order to present a little CSS experiment
I?ve been working on: a stylesheet which gives a Markdown-like aspect to
HTML elements, especially those elements that the Markdown syntax generates
in the first place.
This means > signs for
2011 Oct 06
1
Sweave and bibliographies
I added a bibliographic reference to one of my .Rnw documents, to wit:
\begin{thebibliography}{9}
\bibitem{Jose} Jos{\'{e}} C. Pinheiro and Douglas M. Bates,
\emph{Mixed-Effects Models in S and S-PLUS},
Springer, 2000.
\end{thebibliography}
just before the \end{document}.
When I run
2012 May 09
5
ultimate markdown editor wishlistbowerbirdd
i should probably just let this listserve die, but...
***
anyway, it's that brett terpstra fellow again...
> http://brettterpstra.com/my-ultimate-markdown-editor-wishlist/
-bowerbird
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Sep 12
2
lunamark - markdown in lua using a PEG grammar
Markersdown:
I was fooling around with lua and decided to write a markdown parser
using the terrific lpeg library. Here's the result:
http://github.com/jgm/lunamark/tree/master
There are already two markdown libraries for lua, one a native lua
implementation based on global substitutions, the
2008 Mar 10
3
Create Slide Shows (PowerPoint/KeyNote-Style) Using Markdown using the Slide Show (S9) Ruby Gem
Hello,
I've published a Ruby gem that lets you create slide shows and
author slides in plain text using a wiki-style markup language that's
easy-to-write and easy-to-read. Yes, that's Markdown. (Textile is
supported too ;-)
You can find two samples online in Markdown:
o
2010 Jul 22
11
markdown do not support Strikethrough ?
I am using indefero,and its wiki use markdown as wiki syntax,and I found that
markdown do not support Strikethrough ?
Thanks!