Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

Also documented in README

I get this really strange error but only in flakes. `nix-build` is fine, but `nix run` breaks. And it only happens if the git working copy is not dirty. ```...

In [TailwindCSS](https://tailwindcss.com/), we have CSS class names like [`w-1/2`](https://tailwindcss.com/docs/width#class-reference) which trip up the fenced div parser. Example, ```markdown :::{.w-1/2} Hello world ::: ``` A potential fix is to add `/`...

Basically a port of https://github.com/jgm/pandoc/pull/7242 to support simpler div's like this: ```markdown :::warning This project is a *work in progress*. ::: ```

Would this be an acceptable extension to contribute in order to support highlighting of inline elements using the HTML [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark)? ```markdown Hello world; ==this part of the sentence== is highlighted...

The `HasFootnote` instance for Pandoc AST ignores the footnote identifiers, and labels: https://github.com/jgm/commonmark-hs/blob/c9afe7c1ca25dbc1f0580187bb422bd1681ae1b5/commonmark-pandoc/src/Commonmark/Pandoc.hs#L215-L219 And it looks like Pandoc is doing its own state management to compute the identifier, and render...

I'm wondering if it is possible at all to be able to run like `./myprog cmd1 cmd2 ...` using this library? The `modes` things returns a single command, so maybe...

I have a Markdown file that begins with ```markdown --- slug: haskell-nix tags: [blog] date: 2019-12-03 --- The goal of this article is to get you comfortable managing simple #[[Haskell]]...

https://talk.commonmark.org/t/highlighting-text-with-the-mark-element/840/3 ```markdown The ==text here== is highlighted with yellow background color by the Markdown renderer ``` The syntax is not official in commonmark spec, but does seem to be a...

This seems to be a fairly new issue, never seen before: ``` [...] /nix/store/p6gc7z6mwr6z6w3mfq35z6rvrdl9am3s-openssl-1.0.2n... /nix/store/pkc7g36m95jymw3ga2i7pwrykcfs78il-curl-7.57.0-bin... /nix/store/qdb45adr5cgihgfdwvq7pymkc6l2rflg-nix-1.11.16... /nix/store/r90xqqmd36fv3s53bf92s3vxhdnbwfn7-coreutils-8.28... /nix/store/rf22nb44kggi8r4fbw5xa0bh79fimyj7-gcc-6.4.0-lib... /nix/store/s0vf61r11sk6gcw94bjyjfwifa2v6zvb-curl-7.57.0... /nix/store/sfmp1dfrpq2n5isp4nw5hz5rwd5bv3ai-attr-2.4.47... /nix/store/yc6lrl2rqysl2hahd4la5zyg2yq0sqdq-gnutar-1.29... error: changing modification time of '/nix/store/2gqfjyjvdfbym7pv2g2iicw0c1c2yyzg-libseccomp-2.3.2/lib/libseccomp.so.2': Read-only file system...