- `utils.Fetcher`: Helper for catched downloads - `utils.PageInfo`: Page information retrieval helper - `utils.E`: Helper to generate HTML using hyperscript idiom - `utils.Markdown`: Helper to include markdown in hyperscript - `linkcard`: Example style emulating Wordpress' embedded link - `linkcard`: Explicit image, description, title... - `linkcard`: Fix: relative links to images and icons - `linkcard`: Removed half implemented embedimage flag - `twitter`: Cache twitter info downloads
1.0.0
- Register a generator with a string like `'module.submodule:function'` - Support single quoted values
0.3.0
- Provide `ctx.config` from `extension_configs.customblocks.config` - New generators: vimeo, verkami, goteo - admonition: title should be a `<p>` not a `<div>` for ReST styles to work - youtube: responsive/fluid sizing - documented all generators
0.2.0
- Improve documentation (parameter passing, toc...) - Provide `ctx.metadata` to access Markdown.Meta (from `extra.meta`, `full_yaml_metadata`... extensions) - `figure`: link to the image
0.1.0
- First public version - Support for function based generators - Default generator: container - Example generators: admonition, twitter, youtube, figure, linkcard