- From: Marcos Caceres <mcaceres@mozilla.com>
- Date: Thu, 11 May 2017 02:13:11 -0700
- To: spec-prod <spec-prod@w3.org>
Hi ReSpec users,
Just released v11.7.0, the tl;dr:
💖 Introduced a "github:" config option.
💖 Feedback to mailing-list no longer required.
💖 overhauled markdown support.
## "github:"
Long overdue! Allows you to provide a URL to your spec's github
repository. This automatically generates a "Participate" entry at the
top of the document with links to:
* link to the repository
* link to commit history
* latest editor's draft (based on github pages)
It basically does away for the need of "otherLinks".
Example
```
const respecConfig = {
github: "https://github.com/w3c/browser-payment-api"
}
```
More details and examples at:
https://github.com/w3c/respec/wiki/github
## Mailing list
If you prefer to have feedback sent to Github instead of a WG mailing
list, simply remove "wgPublicList". Thanks @chaals for this one.
You might still want to add a note in the Status of the Doc letting
people know they should send feedback to github.
## Markdown
I overhauled the way we do markdown processing, which fixed a bunch of
outstanding bugs.
See: https://github.com/w3c/respec/wiki/format
As always, feedback, issues, help, and kind words, welcome!
https://github.com/w3c/respec
Happy spec'in.
Received on Thursday, 11 May 2017 09:13:46 UTC