Anas R.

Results 6 issues of Anas R.

Just like when markdown language converts `foo` to `foo`, I propose to convert `"foo"` to `foo`.

feature request

Hi Emanuil, I currently use [`FigureExtParsedownPicoPlugin`](https://gist.github.com/PhrozenByte/4977cbb2aae750487d3532cf3715c40a) to wrap `` tag in a `` element with ``. Recently, when I switched to the last version of Parsdown & ParesdownExtra (seems 1.8.0-beta-4),...

What do you think of using `figure` and `figcaption` tags instead `wp-caption` and `wp-caption-text` classes?

Usually, after a table in a markdown file, pandoc converts a line like this: ```markdown : Foo bar ``` to ``. I wonder if it's a good idea to use...

enhancement

Hi all, I wonder if there's a plan to develop a Pandoc LaTex template for ACL papers. Something like this: ```sh pandoc -s --template="acl.latex"\ --citeproc --csl "acl.csl"\ -f markdown\ -t...

As far as I know, there’s yet another method: `` as a wrapper; just like Symbol method, but using `` instead of ``. For example: ``` ``` If this is...