Jesús Torres
Jesús Torres
Run asciidoctor using --out-file to set de output filename: ~~~~ $ asciidoctor -r asciidoctor-multipage -b multipage_html5 --out-file out/index.html src/main.adoc ~~~~ Then out/index.html is created, but the links to home in...
GitConfigParser doesn't ignore comments at the end of the line. So, with a configuration file with the next content: ~~~~ [alias] a = add # add ~~~~ `'add # add'`...
I have selected the layout with only a sidebar to the left (the third). It works fine with media width >= 1007 but at 1007 the sidebar goes to the...
I tried the bookmarlet with gmail and other in Chrome 17.0 but it doesn't work. I select some text and next I do click in the bookmarklet. Then It ask...
Hi, Are there any way of translate the plugin in strings without modify the package itself?
**Is your feature request related to a problem? Please describe.** In Quarto the absolute path is resolved using / as relative to the project root. It doesn't happen with the...
**Describe the bug** I have a multimedia.md slides document with every section imported from a file in pages directory. Then changes in those documents don't update the preview. Only it...
**Describe the bug** As described in #2186, `monacoRunAdditionalDeps` is ignored so the import of packages fails in `monaco-run`. **Minimal reproduction** 1. Create a slide with `monaco-run` where some packages are...