-
The guide says
> In addition to the base CommonMark language, it supports tables, task lists, strikethrough, footnotes, admonitions, and LaTeX-style math from GFM.
But I can't find any documenta…
ulab updated
2 months ago
-
CommonMark support is important to ensure Markdown consistency with third-party software. It is especially important in the Federation as not all servers receiving and sending Diaspora* messages are r…
-
### Trilium Version
0.61.8-beta docker image
### What operating system are you using?
Ubuntu
### What is your setup?
Server access only
### Operating System Version
Docker image z…
-
Currently, using version `3.1.8` I'm having a hard time converting a Markdown document with wikilinks to a Markdown document without wikilinks using `gfm` input format. But at the same time it works i…
-
[Marked is not CommonMark compliant](https://github.com/markedjs/marked/discussions/1202). It has improved significantly since I last looked at it, but there are still a few edge cases.
I suggest s…
-
Currently the IP review infrastructure using dash-license for the content generated from
https://github.com/eclipse-orbit/orbit-simrel/blob/main/maven-bnd/tp/MavenBND.target
results duplicate i…
merks updated
1 month ago
-
Thank you for this great library.
```ocaml
utop # Cmarkit.Doc.of_string ~strict:false {|\~~~strike~~|} |> print_doc;;
Paragraph:
Inlines:
Text: '~'
Strikethrough:
Text: 'strik…
tysg updated
8 months ago
-
@jgm @alexbiehl @gbaz This is following up the discussion in https://github.com/haskell/haddock/pull/729.
I'm opening a new issue despite https://github.com/haskell/haddock/issues/244 and https://g…
-
Here are two examples with their expected output:
Input:
```markdown
This ~~is a complex *strike* through *test ~~with nesting~~ involved* here~~.
```
Output:
```html
This is a complex str…
-
**Describe the bug**
Hey! I found this new Jekyll CMS yesterday. I'm currently using prose.io, I tried to edit my existing blog, but the editor pane could not recognize existing formatting such as bo…