sondalex
sondalex
Apparently, Quarto enables a few Pandoc extensions. For example [Callout Blocks](https://quarto.org/docs/authoring/markdown-basics.html#callout-blocks) are based on Pandoc [`fenced_divs`' extension](https://pandoc.org/MANUAL.html#pandocs-markdown). New options would have to be added to the Markdown Parser to support...
Hi, I have proposed a feature a draft PR few months ago #172 . I put this message here for anyone who would like to build on this draft and...
Hi sure, I will try again. I will keep you updated.
The temporary tex file is saved at `book/example.tex`. The line which stops pdflatex conversion is the following: ```{shell} book/example.tex 141:4 & & \includegraphics[width=0.67in, height=0.17in]{example_files/figure-latex//hist_102501edb50b6.pdf} & & & & & \\...
Hi, I am wondering whether there are any advancement on the integration of the `@callback` decorator from Dash 2.0 It would be greatly beneficial to be able to use AIO...
Hi @KennethEnevoldsen, thank you for your explanation and thank you @HLasse for following up. I am planning to look more in depth into this when I have some time. I...
I encountered the same error while using expo. This is due to expo go application not supporting custom [native code](https://docs.expo.dev/workflow/customizing/). However, the issue was resolved by using [development build](https://docs.expo.dev/develop/development-builds/create-a-build/) instead....
Hello @faceleg , I have faced the same situation. Here's a solution that worked for me: ```yaml - name: Download artifact uses: actions/download-artifact@v5 with: name: github-pages github-token: ${{ secrets.GITHUB_TOKEN }}...