Kaushal Modi

Results 281 comments of Kaushal Modi

Pinging @ingride as the last emacs update was done in https://github.com/netlify/build-image/commit/73e5c47916249a6e3b59f67e344b8eb675120525 . Is it possible to update `emacs-nox` to `emacs28-nox` here: https://github.com/netlify/build-image/blob/9289b698a503f132b265bd089ab40ce1d6f9e65e/Dockerfile#L50 --- Alternatively, can Netlify allow users to specify...

> use markdown code: backticks. I could have used the backticks, but I needed to handle cases where I can add my custom HTML annotations to the inline code blocks....

@wooorm >seen folks depend on these “bugs” Can you point to a usecase where people would want a markdown parser to render stuff inside `` blocks?

@wooorm I don't follow.. the code element is for inline code. The current CommonMark behavior is inconsistent between block code (`` elements) and inline code (`` elements). If the user...

@jgm > This is the way Markdown has always done it: I understand.. but may be it's our opportunity to fix that? I cannot find anyway in Markdown that I...

@jgm Unfortunately I am not using pandoc. I am using the Go Commonmark parser called Goldmark through Hugo (static site generator). @wooorm > With the current state, you can mark...

@niklasfasching Can go-org have it's config object that hugo passes on by parsing the user's hugo site config? [I know this will be a lot of work, but just putting...

> Do you mean we would need some hugo user config file to find-out a correct language matching I meant that this library will need a map-like config object at...

> #+ATTR_CHROMA: :lang docker > #+BEGIN_SRC conf I feel that will create too much chroma-related clutter in the Org source files. If there's an option of a central config, you...

@braoult I think it's the name of the key where we specify the lang name value (see below). @niklasfasching If you are adding support for inline language override, this might...