similar to: lunamark 0.2

Displaying 20 results from an estimated 1000 matches similar to: "lunamark 0.2"

2009 Sep 12
1
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 other a binding to discount. What makes lunamark different is that it is based on a PEG grammar
2008 Aug 09
0
peg-markdown (C) and rpeg-markdown (ruby gem)
Markdowners: I've released version 0.4.1 of peg-markdown, a C implementation of markdown. peg-markdown uses Ian Piumarta's peg/leg parser generator to generate a parser from a parsing expression grammar (PEG). You can inspect the grammar for markdown at http://github.com/jgm/peg-markdown/tree/HEAD/markdown_parser.leg peg-markdown now provides both a C library and a standalone
2008 May 03
1
markdown implementation in C using PEG grammar
I've just uploaded an implementation of markdown in C. It defines the syntax using a PEG grammar, so it should be easy to extend and modify. Right now it can produce output in either HTML or LaTeX, but it would be simple to add other output formats. It's very fast: on my machine, it converts a 178K markdown file in 0.14 seconds (vs. 9.6 seconds for the latest Markdown.pl and 0.57 seconds
2009 Oct 19
2
Treetop or like grammar for Markdown (in Ruby)
Has anyone seen any attempts to give Markdown a PEG (parsing expressions grammar) recognizable by some ruby PEG parser generator grammar like Treetop? http://treetop.rubyforge.org/
2012 Mar 10
0
ANN: pandoc 1.9.1.2
It has been a while since I've announced a pandoc release on this list, so here's an update. The latest version of pandoc supports conversion of markdown to a host of other formats, including * HTML formats: XHTML, HTML5, and HTML slide shows using Slidy, S5, or DZSlides * Word processor formats: Microsoft Word docx, OpenOffice odt * Ebooks: EPUB * Documentation formats: DocBook, GNU
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 Oct 20
4
toast, history, sayonara
ok, while i was in the process of writing that last post, fletcher and john weighed in themselves. that's good. i can say some things that they can't, though, so i will. fletcher told you how multimarkdown is booming, and it was an impressive list. what you might not realize is, he _undersold_ it. it is even bigger than he described, and it's gonna _double_ in size in the next
2012 Sep 12
2
inline link syntax question
I don't believe this question has been discussed before on this list: Should whitespace be allowed between the bracketed and parenthesized parts of an inline link? For example, [foo] (/url) The markdown syntax documentation says explicitly that a space is allowed between the two parts of a *reference-style* link: > Reference-style links use a second set of square brackets, inside
2015 May 24
0
NEWS.md support on CRAN
While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler: being able to "see? this file in the Help pane in RStudio or being about to run something like show_news(?packagename?). Duncan mentioned issues with the news() function being able to process metadata represented in the Md file. What is the motivation of this structure? > On 24 May 2015,
2015 May 24
6
NEWS.md support on CRAN
John MacFarlane, the author of Pandoc, has been working on a project ( http://commonmark.org/) to define a standard reference for Markdown*. There are already two reference implementations, one in javascript, the other in C: https://github.com/jgm/cmark Regards, baptiste * There was some initial controversy with the original author of markdown, but in the long term it's probably one of the
2015 May 24
0
NEWS.md support on CRAN
On 23/05/2015 8:51 PM, Baptiste Auguie wrote: > John MacFarlane, the author of Pandoc, has been working on a project > (http://commonmark.org/) to define a standard reference for Markdown*. > There are already two reference implementations, one in javascript, the > other in C: https://github.com/jgm/cmark It sounds as though there are at least two possibilities for parsers that could
2015 May 24
0
NEWS.md support on CRAN
> On 24 May 2015, at 12:07 pm, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On 23/05/2015 9:15 PM, Imanuel Costigan wrote: >> While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler: being able to "see? this file in the Help pane in RStudio > > That isn't really any simpler. RStudio is just displaying
2015 May 24
2
NEWS.md support on CRAN
On 23/05/2015 9:15 PM, Imanuel Costigan wrote: > While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler: being able to "see? this file in the Help pane in RStudio That isn't really any simpler. RStudio is just displaying HTML whenever it shows you anything in the Help pane. or being about to run something like show_news(?packagename?).
2015 May 24
0
NEWS.md support on CRAN
On 24/05/2015 7:20 AM, Duncan Murdoch wrote: > On 23/05/2015 10:26 PM, Imanuel Costigan wrote: >> >>> On 24 May 2015, at 12:07 pm, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >>> >>> On 23/05/2015 9:15 PM, Imanuel Costigan wrote: >>>> While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler:
2015 May 24
2
NEWS.md support on CRAN
On 23/05/2015 10:26 PM, Imanuel Costigan wrote: > >> On 24 May 2015, at 12:07 pm, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: >> >> On 23/05/2015 9:15 PM, Imanuel Costigan wrote: >>> While a parsed HTML version of the NEWS.md file would be nice, I would like something much simpler: being able to "see? this file in the Help pane in RStudio >>
2008 Sep 08
13
list corner case
I'm curious how people think the following *should* be interpreted: - one 2. two http://babelmark.bobtfish.net/?markdown=-++one%0D%0A2.+two%0D%0A%0D%0A As you can see, implementations split into three groups here: (a) treat as an unordered list Markdown.pl, Python markdown, MultiMarkdown, BlueCloth, MarkdownJ, Showdown (b) treat as an unordered list with an ordered
2011 Oct 20
6
maybe a year ago, but not today
sherwood said: > If agreement is reached, then the group > looks at variants 6,7,8,9 and inquires > if they would like to join in this effort. well, that kind of leveraged consensus would have been the way to go about this process a year ago. but not today. > Has anyone collected a would-be canonical list > of either the ambiguous cases in original MD, >
2015 Mar 12
0
Requirement for pandoc 1.12.3 in R 3.1.3
----- Original Message ----- > From: "John Nash" <profjcnash at gmail.com> > To: "Prof Brian Ripley" <ripley at stats.ox.ac.uk>, r-devel at r-project.org > Sent: Thursday, March 12, 2015 8:15:42 AM > Subject: Re: [Rd] Requirement for pandoc 1.12.3 in R 3.1.3 > > Thanks Brian. > > Indeed, the vignette is in markdown form. When I updated my
2012 Feb 17
0
Wine release 1.4-rc4
The Wine development release 1.4-rc4 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.4-rc4.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.4-rc4.tar.bz2 Binary packages for various distributions will be
2013 Jan 17
0
How do I get Garamond font in R?
Folks, I run R on a early 2009 MacBook Pro running Mountain Lion. I have a bunch of fonts in my user Library one of which is Garamond. I have tried the ttf_import function to no avail. I played with this for a couple of hours at least and I have gotten nowhere. Here is a bit of one of my sessions (note that I used file.choose to get down to the Font level) > require(extrafont) Loading