-
- Grammarly is a great Chrome plugin that helps us check spelling and syntax, it's an indispensable tool for writers.
- Because the syntax of markdown, markdown and Grammarly doesn't work well togeth…
-
When converting to Markdown, there is currently no way to make the writer use Pandoc's inline footnotes ("this is some text^[this is a footnote]") in generated text, rather than reference-style notes …
-
### Synopsis: LaTeX writer respects tight list but not LaTeX reader
The LaTeX writer outputs `\tightlist` within an enumerate or itemize environment for a Markdown list which is single-spaced. Howe…
-
It seems that it is quite easy to end up with non-Markdown objects on the Markdown AST since the parser parses single `$`s as `Expr` interpolations:
```
julia> md = Markdown.parse("foo \$(1+1)"); …
-
![image](https://github.com/user-attachments/assets/c7479dbc-183e-4db2-9ea9-2259b14f33c8)
This is when having this package as the active project and loading it.
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.24.1 x64
**Electron**: 1.6.16
**OS**: Mac OS X 10.13.3
**Thrown From**: [document-outline](https://github.com/mangecoeur/document-outlin…
-
### Description
As of now, creating post is just typing plain text in the description box.
This doesn't provide any control over text formatting, like making text bold, italic, or HTML formatting li…
-
**Is your feature request related to a problem? Please describe.**
It would be great if Media DB Plugin imported names (e.g. actors, directors, authors, production companies etc) as internal hyperlin…
-
In our workflows on the Java spec we prefer ATX-style headers
and backtick-fenced code blocks. The default setting of the
writer produces setext headers (for levels 1 and 2) and
indented code bloc…
-
With pandoc 2.17.0.1 on macOS,
MWE:
```bash
$ echo 'Mr. A--B' | pandoc
Mr. A–B
$ echo 'Mr. A--B' | pandoc -t markdown
Mr. A--B
$ echo 'Mr. A--B' | pandoc -t native
[ Para [ Str "Mr.\160A\8…