-
Awesome tool, I'm mostly very happy with it, and this is a relatively minor QOL issue issue with two workarounds I mention below.
My use-case is something like:
```
build_dir := "build"
file_nam…
-
`two-tables.rst`:
```rst
Example
-------
====================== =
0 1
====================== =
Example
-------
= =
0 1
= =
```
```sh
docker run --rm …
-
Hello, I wondered what is recommended way to use local markdown files with paperqa. Looking at [readers.py](https://github.com/Future-House/paper-qa/blob/HEAD/paperqa/readers.py#L287) it seems markdow…
-
It would be very handy to know the IDE's current impression of:
* `git_available()`
* `git_version()`
* `git_path()`
similar to what rmarkdown does for Pandoc, `rmarkdown::pandoc_availab…
-
Hi,
I just installed the plugin + Pandoc and Miktex, and I'm running into a problem rn.
I'm able to execute the “Pandoc Plugin: Export as PDF” command fine and get no errors, but the output file is…
-
I'm getting the same error as #99, but the version of the eisvogel template I have was downloaded after that was fixed. The exact version of the template is [here](https://github.com/classabbyamp/dotf…
-
I have found this great project and trying so set it up.
But when building the example document (by running `make` in the *example* directory) I get a warning, telling `Deprecated: pandoc-citeproc f…
-
With Typora 1.8.3dev,
export > Pandoc > -f native -s -o ${outputPath} -t html+east_asian_line_breaks+raw_html
In the HTML file created by this, the Class, Alt, and Width assigned to the image ar…
273c updated
10 months ago
-
I have the following script to compile my paper:
```bash
→ cat compile.sh
docker run --rm \
--volume $PWD:/data \
--user $(id -u):$(id -g) \
--env JOURNAL=joss \
openjournals/in…
-
Pandoc-server doesn't seem to support the css flag. I tried sending it a css file in the files field and naming the css file with a css field. This didn't throw an error, but the CSS was not incorpo…