codebraid icon indicating copy to clipboard operation
codebraid copied to clipboard

Live code in Pandoc Markdown

Results 24 codebraid issues
Sort by recently updated
recently updated
newest added

A note about this will be added to the documentation. `only_code_output()` in `pandoc.py` could be modified based off of `update_parent_node()`. The Lua filter in Codebraid Preview may need modifications to...

enhancement

Hello. I use Anaconda to create virtual python environments. I have `jupyter` notebooks and `jupyterlab` installed in my load virtual environment, as well as `codebraid.` But for some reason, I...

This adds support for the "GAP" programming language. I'm going to try using this over the next few days, so may improve it, but thought I would put it here...

Could you please consider adding a feature of returning non-zero exit codes if one or more exceptions were issued? It would help e.g in using codebraid in Makefiles. Currently we...

enhancement

I have the following markdown: ```markdown % example % Jay Cunningham % 22 April 2021 # What's happening? ```{.python .cb.nb jupyter_kernel=python3 example=false session=foo} print("hello, world") ``` I'm running the following...

Hi. I quickly reviewed the documentation but found no clues about per-chunk caching. I suppose it is not supported, is it?

enhancement?

I recently experienced an issue with working with multiple source files that would then be combined into one larger document, e.g. multiple files representing book chapters. If the files are...

With the addition of Jupyter kernels and showing plots directly from executed code, would there be some way to integrate `codebraid` with [pandoc-fignos](https://github.com/tomduck/pandoc-fignos) so that there could be figure captions...

enhancement

When using inline code, the resulting text shows up in a different font and with quotation marks. Is there a way to get around this behavior? For example: `1+2`{.python .cb.nb...

enhancement

@gpoore I went through the code, please find below some suggestions. My goal is not to criticize at all the time and work that you have dedicated to the project....