-
With version 3.13.5, I am unable to get the utility to properly check links.
`markdown-link-check-config.json`:
```json
{
"ignorePatterns": [
{
"pattern": "^https://my-repo.com/d…
-
It first started failing under GH's Ubuntu, but it is now failing locally for me too (macOS):
```console
$ npm run check:links--md
> docsy@0.11.1-dev-unreleased check:links--md
>…
-
A the rationale is to be able to integrate with markdown visualizer outside of Obsidian, it's very frustrating to save the workspace on a remote reposiroty and ask ppl to install the whole suite (ob…
-
Planning to use markdown to specify configuration, which can then be converted into a JSON object. Thoughts?
-
Are there any plans to allow Markdown Monster to take a '.markdownlint.json' file? This would be awesome!
-
Chat GPT provided this fix:
import streamlit as st
import importlib
import json
import sys
import os
from dotenv import load_dotenv # For loading the .env file
from pocketgroq import Gro…
-
Let's say I have an `AbstractFormatter` class.
I register the base binding:
```python
self.container.register(AbstractFormatter, JsonFormatter)
```
```python
class Processor:
def __init…
-
We want to make a script that will go through all of the benchmarks.json and average the number of instructions and keep track of that for every version that we have ever run benchmarks for. In additi…
-
Background: Langfuse supports rendering Trace input/output as markdown or as json. When rendering content as json, langfuse truncates and collapses content by default, that may be expanded on click (s…
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …