What is Spec Markdown?
mainSpec Markdown is a tool that renders Markdown with specific additions into an HTML format optimized for technical specification documents.
Key features include:
- Code syntax highlighting
- Edit annotations
- Definitions for algorithms and grammar productions
Philosophy: Spec Markdown follows the standard Markdown philosophy of being easy to read and write. It aims for interoperability by using conventions rather than heavy new syntax, meaning documents written for Spec Markdown should still render adequately in standard Markdown renderers. However, some standard Markdown features may be limited or removed to support these specialized rendering additions.