Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Thanks for opening the FR! For reference we also mention such Lua filter in the R Markdown Cookbook: https://bookdown.org/yihui/rmarkdown-cookbook/font-color.html I'll add this one in the list of issue for better...

Hi @Hi-Angel I am not sure what you are trying, but `Para` element in Pandoc does not have `attributes` See the Lua doc for Pandoc: https://pandoc.org/lua-filters.html#type-para

[`Span`](https://pandoc.org/MANUAL.html#extension-bracketed_spans) and [`Div`](https://pandoc.org/MANUAL.html#extension-fenced_divs) are the most common structure you can use to add attributes Currently you can play with those to add styling for exemple. - using a Span in...

I also get something similar to this issue, but in a local setup. I don't use remote debugging. My launch.json is something like this: ````json "configurations": [ { "name": "Launch...

Old headless mode was removed: [developer.chrome.com/blog/removing-headless-old-from-chrome](https://developer.chrome.com/blog/removing-headless-old-from-chrome) This means there may be nothing to do with **pagedown** anymore. `--headless` is used and will continue to work, while using new mode. Possibly,...

Thanks - I added the label so anyone who wants to contribute can do it. I'll be happy to review any PR!

How does it work for Pandoc today ? I believe we added recently the auto installation in [`setup-r-dependency`](https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies#usage). Are we happy with this compare to setting explicitly `setup-pandoc` action ?...

I made a PR for adding dashlane-cli in this bucket

I needed it and read this part in the contributing guide: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md#contribution-process > Once you've found an issue you'd like to work on, please follow these steps to make your...

Here are Windows options for getting latest version easily, and stay up to date with releases ## Scoop Package Manager https://scoop.sh/ Scoop have central buckets of manifest but also decentralized...