search for: markdown_xml

Displaying 2 results from an estimated 2 matches for "markdown_xml".

2015 Jun 02
2
NEWS.md support on CRAN
...everal of us have been talking about this, and have more or less decided against pandoc for the within-R version. It is too hard to build, or to include with R, on weird platforms. Something like commonmark is more likely. We'd also like to separate the parse and render steps. The commonmark::markdown_xml function gives the parse tree in xml format. From there we could use something like xpath to query the content for individual news items and such. I think this is a more practical way of exposing the syntax tree than deeply nested lists or an external pointer to the internal C handle.
2015 Jun 02
2
NEWS.md support on CRAN
On 2 June 2015 at 11:25, Duncan Murdoch wrote: | On 02/06/2015 11:05 AM, Dirk Eddelbuettel wrote: | > Hi Kurt, | > | > On 1 June 2015 at 14:02, Kurt Hornik wrote: | > | >>>>> peter dalgaard writes: | > | | > | >> On 30 May 2015, at 01:20 , Imanuel Costigan <i.costigan at me.com> wrote: | > | >> | > | >> So I assume this commit means