Displaying 20 results from an estimated 1000 matches similar to: "pandoc 0.4 released"
2007 Jan 09
1
Pandoc 0.3
I'm pleased to announce the release of Pandoc 0.3, with many
improvements and bug fixes.
Highlights:
- A real markdown parser, not based on regex substitutions.
- [More accurate] and [faster], in many cases, than Markdown.pl.
- Multiple output formats--HTML, Docbook, LaTeX, reStructuredText,
RTF, S5 slide shows--all generated natively, with no XSLT postprocessing.
- Converts *to* markdown
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
2006 Aug 10
1
pandoc - an implementation of Markdown in Haskell
I've just released an early version of a Markdown implementation in
Haskell (using the Parsec parser combinator library). pandoc converts
Markdown to HTML, LaTeX, reStructuredText, rich text format, and S5 HTML
slide shows. It partially converts HTML, LaTeX, and reStructuredText
to Markdown. It also makes it easy to include LaTeX math on HTML pages,
using Peter Jipsen's ASCIIMathML.js.
2008 Sep 14
0
pandoc 1.0.0.1
I'm pleased to announce the release of pandoc version 1.0.0.1.
Pandoc is a general text markup format converter. In addition to
strict markdown and an extended markdown syntax (including tables,
footnotes, definition lists, enhanced ordered lists, LateX math, etc.),
pandoc can read HTML, LaTeX, and reStructuredText. It can write HTML,
LaTeX, ConTeXt, DocBook, RTF, OpenDocument XML, ODT,
2007 Sep 30
1
two pandoc web apps
I've put together two small web apps to demonstrate pandoc:
1. [html2x](http://johnmacfarlane.net/pandoc/html2x.html) can convert
most web pages to markdown, reStructuredText, DocBook, LaTeX, ConTeXt,
RTF, or groff man. Bookmarklets are provided. html2x is modeled
on Aaron Swartz's [html2text](http://www.aaronsw.com/2002/html2text/),
but it's faster, supports multiple output formats,
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
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
Thanks Brian.
Indeed, the vignette is in markdown form. When I updated my system to
R 3.1.3 I ran update.packages() and this seems to have upset things
(including R-studio processing of markdown files).
I tried removing rmarkdown and reverting to an older version so that my
sessionInfo() is
Loading required package: rmarkdown
> sessionInfo()
R version 3.1.3 (2015-03-09)
Platform:
2014 Nov 06
1
updating pandoc and converting to UTF-8
Hi guys,
I need to run pandoc. (http://johnmacfarlane.net/pandoc/installing.html)
I did this:
rpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install -y pandoc
This is version 1.9.4.1
They are up to 13.1.1.
How can I update to the latest? Yum doesn't have anything more that I can
see.
Also, is there a tool like 'iconv' on OS X where I can
2019 Oct 12
2
PANDOC
Hola,
parece que el problema está relacionado con la versión de Pandoc. La última
da problemas, según parece:
https://github.com/boxuancui/DataExplorer/issues/119
DataExplorer failed on the iris and mtcars data.frames on 3 of 4 computers
today. It took hours, but the problem seems related to newer versions of
Pandoc. Only Pandoc 2.6 works with DataExplorer. It will fail with newer
versions 2.7
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
Are other developers finding R 3.1.3 problematic because vignette
building requires pandoc 1.12.3, while Linux Mint 17 / Ubuntu 14.04 have
1.12.2.1? R 3.1.2 seems to work fine.
I'd very much like to avoid having to build as large a Linux package as
pandoc, which has given me issues outside of R (it leaves out words,
sentences or paragraphs when converting Latex to epub in a novel I'm
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,
2019 Oct 11
3
PANDOC
Estimados
-Este paquete parece que saca un reporte bastante completo, a mi me da error y
no comprendo porque,por favor audenme en esto
library(DataExplorer)
create_report(iris)
create_report(airquality, y = "Ozone")
error que me da
Error: pandoc document conversion failed with error 99
TENGO INSTALADO PANDOC
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
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
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
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?).
2011 Feb 08
2
two lists without separating text (corner case?)
First we consider two lists with different type:
- foo
- bar
1. first
1. second
There are two interceptions:
a. one unordered list
b. one unordered list followed by one ordered list
Implementations conforming to a:
- Markdown.pl
- Python Markdown
- BlueCloth
- MarkdownJ
- markdown.lua,
- Showdown
Implementations conforming to b:
- PHP Markdown
- Text::Markdown
- Maruku
- Pandoc
- Discount
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
>>