-
Hi,
I'm struggling to render this .Rmd file to a pdf_latex, although the LaTeX appears to be correct
````
---
title: "Untitled"
author: "TEST"
date: "2/28/2022"
output: pdf_document
---
…
ghost updated
2 years ago
-
Need
- [ ] level of concern
- [ ] system/app hazards analysis
- [ ] system/architecture description
- [ ] address listed questions by FDA
See also:
- http://www.accessdata.fda.gov/cdrh_docs/reviews/…
-
The [Pandoc MANUAL](https://pandoc.org/MANUAL.html#extension-yaml_metadata_block) says:
> A document may contain multiple metadata blocks. If two metadata blocks attempt to set the same field, the …
-
Adding issues from the todo list in cdc.md could help getting them done by any motivated developer, instead of hiding them in an obscure file..
-
I see that Markdown is supported:
https://docs.racket-lang.org/frog/Posts.html
Is reStructuredText supported?
https://docutils.sourceforge.io/docs/user/rst/quickref.html
ghost updated
4 years ago
-
This proposal is a synthesis of #239 and #146 and organized in **TL;DR**, **What?** and **Why?** sections, where the **Why?** is the most important.
## TL;DR
Change djot such that the following …
-
(feature request, discussion)
I don't know if this is desirable with the global Pandoc scheme, but I am suggesting to convert the slide structures from a beamer document to the pandoc markdown.
…
-
See https://www.w3.org/TR/sparql11-query/#sparqlGrammar
- http://rawgit2.com/VladimirAlexiev/grammar-diagrams/master/sparql11-grammar.ebnf for plain text version
- http://rawgit2.com/VladimirAlexiev…
-
This doesn't work:
````
---
title: "test"
format: html
---
---
params:
p1: 1.0
p2: "A"
p3: TRUE
---
# Test
```{r}
print(params$p1)
print(params$p2)
print(params$p3)
```…
-
Not sure how long it has been broken, but currently https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst does not render, makes reading it hard. I think it's a GitHub issue, since I s…