spec-md
spec-md copied to clipboard
📖 Additions to Markdown for writing specification documents
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
G'day! This should be easy to explain. I have two markdown snippets. This one works and compiles to HTML successfully: ```markdown # Test Spec test : The word test has...
In the [GROQ specification](https://sanity-io.github.io/GROQ/draft/) we use `::` for namespacing: `pt::text(…)` is a function living under the `pt` namespace. It seems that spec-md doesn't support this when writing an algorithm (this...
This PR is a first pass at adding plugins to spec-md which allow for the generation of output in formats other than HTML.
Turns out biblio works fine... But now we at least have tests for it :) (This test specifically to ensure that having a `#sec-Response` locally doesn't prevent us linking to...
Updated link to the Unix Philosophy documentation.