-
-
This is something at the pandoc / reveal level
````
curl --output background.jpg -L 'https://unsplash.com/photos/8OyKWQgBsKQ/download?force=true&w=1920'
echo "# Slide {data-background-image='ba…
cderv updated
3 years ago
-
Following the suggestion in #166 to [pipe published output to pandoc](https://github.com/jacebrowning/doorstop/issues/166#issuecomment-59281979), I'm using the command:
`doorstop publish --markdown…
-
```
I discovered pandoc some time ago (congratulations it is really a useful
tool), but I have just used it to convert a LaTeX book into HTML.
I have found some issues that I will report in other iss…
-
```
Copy-Paste from the mailing list for future references.
> > for some reasons, "cabal install pandoc" on my debian box will
> > install pandoc.1 and markdown.1 in /usr/local/share/man/man1 as root…
-
Per #44, it would be helpful to check the version of Pandoc on package load, at least in interacctive mode. Run `rmarkdown::pandoc_version()`, and give an informative message if version is
-
One issue I have is that I'd like to use pandoc-mode to create some custom markup allowing me to have more complex documents. So for instance, let's say I want to create a custom latex environment cal…
-
it's annoying
it shows a list label; which is totally useless.
i.e.
```
(@eqFoo) $$ something = meh $$
```
there must be a way to do this.
silky updated
10 years ago
-
Upgraded to newest pandoc (version 3.1.11.1), and now I'm getting this exception
```
Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key 'Figure' was not present i…
-
Pandoc trims leading and trailing spaces, removes double interword spaces, and treats them as 'Space'.
Although this approach works well for most formats like `markdown` or `html`, it might not be …