-
## Overview
Stumbled upon this while converting HTML to Markdown using pandoc.
Basically when pandoc breaks up long lines of text using new lines, it might lead to a line starting with a number foll…
-
Linux noob on Ubuntu 20.04. Just installed gruvbox-factory, but received several warnings at the end indicating some scripts not installed on PATH (re: cmark, pygmentize, gruvbox-factory). How to fi…
-
### Problem
This was discovered in [NixOS/nix#7770](https://github.com/NixOS/nix/pull/7700)
We have a table with all operators, but `||` doesn't get rendered correctly:
![image](https://user-im…
-
I am currently evaluating the usefulness of cmark as an indentation / formatting tool.
The width parameter makes cmark already quite suitable, though I would remove all soft breaks and normalize befo…
-
This example is extracted and simplified from https://github.com/commonmark/cmark/blob/master/src/scanners.c
```c
int _scan_scheme(const unsigned char *p) {
{
unsigned char yych;
yych…
-
# Documentation issue
The Zola website states
> Content is written in [CommonMark](https://commonmark.org/), a strongly defined, highly compatible specification of [Markdown](https://www.markdow…
-
Implement codehighlighting
-
I've tried YCM-Generator with the Swift open source project at https://github.com/apple/swift (based on CMake), but the following error occurs:
```
CMake Error at cmake/modules/SwiftUtils.cmake:94 (m…
-
I'm interested in manipulating markdown ASTs.
It's sometimes problematic to extract a fragment, e.g.
```ruby
header = Markly.parse("### Hello `World`").first_child
fragment = header.extract_ch…
-
I was just recently reminded of the portability impact of writing a library in C. I was looking at supporting both MediaWiki markup as well as Markdown in a personal project.
Markdown has a canoni…