nbanyan

Results 33 comments of nbanyan

I have an abbreviations.md file to hold all the site wide abbreviations and be included as a snippet, but sometimes an abbreviation on a page will have a different definition...

For now I am adding the snippet line just after the frontmatter and will check for it when my coworkers create pages.

Here's an MkDocs example I've put together discussing a use case for `use_first_abbr` and options for how to define a glossary for `abbr`. In my opinion, if `abbr` can use...

Unfortionately the use case is applying a glossary in MkDocs. ### use_first_abbr PyMdown Extensions has a Snippet extension for inserting sections of files into Markdown. It provides an `auto_append` option...

I did propose an auto-prepend for Snippets, but how to do that without disturbing frontmatter would be an issue.

The "Failed to load resource" errors seems to be very common. The error seems to be thrown through Playwright, but I haven't been able to track it farther in my...

> I have always had problems with mkdocs regarding images and relative paths and running in dev mode, so I set site_url and all that stuff. This seems to get...

When I investigated and tested this with my project, I found identical behavior with this href generation regardless of whether `offline` was enabled. Seems like this is the same issue...

It likely contributes, but the issue is still there without those elements. I included them because it is a potential complication to consider that is present in the tabbed extension's...

The newline doesn't fix it either, it just adds more `` tags inside the list item. Test functions: ``` python def testBlockInput(self): """ Test whether script block is ignored. """...