nbanyan
nbanyan
Storage space can be an issue when training models, especially when using a Google collab and saving the model to a google drive so it isn't lost when the collab...
### Description With glossaries, the current auto_append option does not let pages override abbreviation declarations because it is added to the end of the page. ### Benefits An option to...
Currently the `abbr` extension implements the last definition of an abbreviation. In MkDocs with the `pymdownx.snippet` extension, a glossary can be auto-appended to Markdown pages. The problem is that this...
We're seeing a couple issues when clicking on chart datapoints in playbooks. * In **bar_graph.tsx** and **line_graph.tsx** the `element[0]` fed into `props.onClick` doesn't have an `_index` member, so `undefined` is...
I'm using Material for MkDocs with PyMdown Extensions and mkdocs-with-pdf. PyMdown has a tabbed content feature. This is a simplified example of the structure of the tabbed content with minimal...
My scenario: I'm using PyMdown Extensions' snippets to insert a fenced code block containing a bash command. The same snippet has a `` block to pull data from another file...
- Added check for the `no current event loop` exception thrown by asyncio on rebuild (#47) - Delayed file cleanup for the pdf aggregator to avoid deleting files before the...
As of MkDocs 1.6, absolute links are allowed and supported by MkDocs for anchors and images (`a` and `img` tags). However, raw HTML is left alone. Browsers automatically adjust for...
As identified in the conversation for issue #59, `formats.pdf.buttons.download.href` results in one too many parent directory references. https://github.com/adrienbrignon/mkdocs-exporter/blob/0d4eae0c1920ecffe87d66b7f404c13ff7cdea47/mkdocs_exporter/formats/pdf/buttons/download.py#L15 `os.path.relpath` assumes the source argument is a directory, so when it receives...
As discussed in issue #59, this config option does not seem to be used. The use case presented is that when hosting the website in GitLab the site is placed...