markdown-customblocks icon indicating copy to clipboard operation
markdown-customblocks copied to clipboard

Markdown extension to easily define custom blocks

Results 4 markdown-customblocks issues
Sort by recently updated
recently updated
newest added

In pages with unicode symbols, `self._response2namespace(response).dump(self._url2path(url))` fails with ```text UnicodeEncodeError: 'charmap' codec can't encode character '\u2696' in position 6182: character maps to ``` `.dump()` seems to be trying to save...

Hello, using Python 3.11, Pip 23.3.2 and setuptools 69.0.3 I get this error: ``` INFO - DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html ``` The error is raised...

I'm seeing inconsistent behavior between CB and hand-written HTML, and it's preventing me from rendering `` blocks correctly. Minimal example: ```python from customblocks.utils import Markdown as cbMarkdown from customblocks.utils import...

I've just started experimenting with custom blocks in the context of the website generator [Pelican](https://blog.getpelican.com/), and was wondering what the preferred/recommended way of nesting fenced code blocks under custom blocks...

bug