-
Using a SILE official copy repository?
-
### Bug description
Can't use the table cell merge feature in templates because it is not supported in earlier versions of Typst. I downloaded the latest binary from Typst, overwrote the one that cam…
-
Hey again,
### Observed behavior
So, I just pulled in 76f09b077bafce364d7e17e7e09bbc8c55badff5, and I'm seeing the following issues after a fresh `make install`:
![](https://i.imgur.com/RgBKP…
-
I have properly installed Pandoc - evidenced by being able to run `pandoc --help` and getting the correct output.
However, I cannot `cd .pandoc`
the error `no directory` keeps appearing. Therf…
-
Hi
I realize this is not officially supported since this is on windows, but I'd appreciate your help.
I get the above error when running `flycheck-compile` and choosing emacs-lisp.
Below is the out…
-
Type: Bug
1. Modify a line in package.json
2. Click on package.json line in source control
3. The inline view show only the new line, not the old one
4. Instead, the split view show both lines.
…
-
There's something wrong with the generated CSS for syntax highlighting.
With pandoc versions `3.1.13` and `3.2` (under MS Win 10 x64) I can't see the code being colored in the generated HTML docu…
-
```
my $tt = Template->new(
LOAD_TEMPLATES = [ Template::Provider::Pandoc->new ],
);
```
Should be using a fat comma.
-
The documentation has a nice discussion of [how to hide code cells and their output entirely](http://nbsphinx.readthedocs.org/en/0.2.2/hidden-cells.html). It is however also frequently useful to hide…
-
``` python
def hello():
def abc(args):
print(42)
a = 1
print("hello world")
a += 1
b = 5
c = 10
a = [1, 2]
d = 5
print("hello ")
abc(1…