-
Would it be possible implement a column-feature?
In org-mode this could be defined like
```org
*** A block :B_ignoreheading:BMCOL:
:PROPERTIES:
…
-
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 …
-
The proposal is to provide a way to do `pandoc --defaults source.md` or `pandoc -d source.md`, and have pandoc read its default options from a particular part of the markdown document, then process th…
-
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)
```…
-
```latex
\documentclass[fancyhdr,bookmark]{ctexbook}
\setmainfont{DejaVu Sans} % 設定英文字型
\setromanfont{DejaVu Sans} % 字型
\setmonofont{DejaVu Sans Mono}
\usepackage{ifxetex,ifluatex}
\providec…
-
## Description
Would be nice to support references to equations and sections. This includes proper display as well as auto completion.
## Example Workflow
Equations with numbers are w…
-
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…
-
Hi,
Not sure if this is supposed to work, but when I generate an html file with pandoc none of this appears to work. In otherwords the term doesn't appear in the text (eg if I put (+foo)) nothing ap…
-
Pandoc should be able to parse [`Parallel`](https://ctan.org/pkg/parallel) environments, such as:
```latex
\begin{Parallel}{0.5\linewidth}{0.5\linewidth}
\ParallelLText{Text on the left side}…
-
Hi,
when trying to run the example, I get:
```
Error while interpreting
example = circle 1
/tmp/Diagram1804289383846930886.hs:4:8:
Could not find module ‘Diagrams.Prelude’
Use -v to see a lis…