-
`jldoctest`s expect an empty line, e.g.:
```julia
"""
fun() = "hello"
\`\`\`jldoctest
julia> fun()
"hello"
\`\`\`
"""
hello() = "hello"
```
However, upon formatting with `format…
-
[pandoc provides two sorts of footnotes](http://pandoc.org/MANUAL.html#footnotes). The syntax uses `[^refid]` instead of `{^refid}` for the reference, and `[^refid]: text` instead of `{refid} text` fo…
-
### Documentation for Agda code à la Haddock
_(I couldn't find any previous issues discussing docstrings for Agda, so I created this one.)_
I'd like to propose we add docstrings to Agda, so we c…
-
The Marketplace scrapes Skill README's to display in the Marketplace. It's not an actual markdown rendering engine.
As a Skill author I want to know what Markdown is supported and what is not.
-
Gitblit uses [Pegdown](https://github.com/sirthias/pegdown) in version 1.5.0 for Markdown processing. Pegdown has been deprecated today. This begs the question how to react to this.
1. Ignore it, sin…
flaix updated
7 years ago
-
So, it came to my attention that this:
``` md
> a blockquote
# followed by an heading
```
gets parsed into something like:
``` html
a blockquote
followed by an heading
```
Now,…
tivie updated
2 years ago
-
We see needs for supporting bulleted or numbered lists format inside the Description cell in the table for our macro documents (would need an update of util.markdownCellFormat() function in Bazel whi…
-
The `show_news()` function is hard-coded to check only for `NEWS` in a package directory:
https://github.com/r-lib/devtools/blob/7cc2bdf74cbae90233fa6c84f221631d1876598d/R/show-news.R#L10
Howeve…
-
On 2016.12.14, [sirthias/pegdown](https://github.com/sirthias/pegdown/) posted a deprecation notice that "pegdown has reached its end of life."
The pegdown notice also gives reasons to consider [@v…
-
I have a long and overcomplicated list and the list elements are separated by spaces for the sake of sanity but having spaces between elements causes problems with nested element spacing. Adding space…