-
**Application made attempt to call method of already deleted object: $15CAE940 OBJECT [TPipesUnit] 136 bytes.**
```
[55A7B3FE] System.TObject.GetInterface
[56553533] GridSelectionChangedEventHook.Gri…
-
**Application made attempt to call method of already deleted object: $0FF74460 OBJECT [TPipesUnit] 136 bytes.**
```
[59F6B3FE] System.TObject.GetInterface
[5AA278C7] GridSelectionChangedEventHook.Gri…
-
Hi! I'm working on an extensible WYSIWYG markdown editor based on ProseMirror, and recently came across this project. Since I was planning to eventually include support for spoilers (inline and block)…
-
The [witiko/markdown](https://github.com/Witiko/markdown) package has recently seen the introduction of several new options and syntax extensions sponsored by [David Vins](https://github.com/dvins) an…
-
-
I found another aspect where the pipe tables extension is doing things differently than what GitHub-flavored Markdown suggests. While we're at it, maybe we can get another tweak in for a more GFM-comp…
-
First, thanks for this awesome package.
The following file's table label doesn't get rendered correctly using any of PdfLaTeX, XeLaTeX or LuaLaTeX: https://github.com/Witiko/markdown/blob/80a1a29e8…
-
After PR https://github.com/Witiko/markdown/pull/521, our example make4ht document [`latex-tex4ht.tex`](https://github.com/Witiko/markdown/blob/main/examples/latex-pdftex.tex) fails with the following…
-
Hi,
Given table is rendered as below.
```csharp
var content = File.ReadAllText("source.md");
var pipeline = new MarkdownPipelineBuilder()
.UseAdvancedExtensions()
.UseGridTables()…
-
The Markdown package currently supports plain TeX, LaTeX, and ConTeXt. We should add support for further formats such as Petr @Olsak's OpTeX.