Results 34 issues of asmaier

**Describe the bug** gitleaks fails to detect an generic API token in a Jupyter notebook, although it can detect the same token in a python script. **To Reproduce** I created...

enhancement

It seems to me that draft content is not exported. It would be nice to have an option to also export the draft content of the blog.

The Berliner Morgenpost also seems to parse data from the German federal state health ministries. However their numbers are slightly different to the numbers of zeit.de: https://interaktiv.morgenpost.de/corona-virus-karte-infektionen-deutschland-weltweit/ Is there an...

feedback

**Explain the problem.** I created a custom writer in Lua for kramdoc based on pandoc markdown: ``` function Writer (doc, opts) local filter = { Math = function(elem) local math...

enhancement
writer
format:lua

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug

### Issue Summary It seems that referring to an equation which has it's label inside an `aligned` or `split` environment just generates `(???)` ### Steps to Reproduce: ``` Test MathJax...

Accepted
Test Needed
Merged
v3

I'm not sure if that is possible within the Distill HTML output, but it would be nice to have a link to the reference and footnote section in the table...

Latexml has several options (http://dlmf.nist.gov/LaTeXML/manual/commands/latexml.html). Is it possible to pass these options via engrafo to LatexML? Especially I'm interested in `--verbose` and `--debug`, because I'm seeing errors when converting my...

type/enhancement
help wanted
good first issue

This doesn't render $$\newcommand{\lra}[1]{ \left( #1 \right) } A=\frac{1}{2}\lra{A + A^T}+\frac{1}{2}\lra{A - A^T}$$ see $$\newcommand{\lra}[1]{ \left( #1 \right) } A=\frac{1}{2}\lra{A + A^T}+\frac{1}{2}\lra{A - A^T}$$ Replacing the newcommand with $$ A=\frac{1}{2}\left(...

The following equation is not rendered at all $$A=\underbrace{\frac{1}{2}A + A^T}_{\text{symmetric}}+\underbrace{\frac{1}{2}A - A^T}_{\text{antisymmetric}}$$ see here: $$A=\underbrace{\frac{1}{2}A + A^T}_{\text{symmetric}}+\underbrace{\frac{1}{2}A - A^T}_{\text{antisymmetric}}$$ Removing the underbraces command renders the equation $$A=\frac{1}{2}A + A^T+\frac{1}{2}A...