项目作者: w3c-ccg

项目描述 :
W3C CCG Work Item Process
高级语言: HTML
项目地址: git://github.com/w3c-ccg/workitem-process.git
创建时间: 2020-10-22T02:49:54Z
项目社区:https://github.com/w3c-ccg/workitem-process

开源协议:Other

下载


markdown-to-spec

Markdown to spec template.

This lets you write your specs in markdown, or technically bikeshed — a markdown document, with special extensions understood by the bikeshed tool. The bikeshed tool is run on-commit via the spec-prod github action, generating the familiar “spec looking” ReSpec format. ReSpec is just html with a javascript ReSpec library.

Get started

  1. Select “Use this template” and choose your repository

Select template image

  1. Go to Settings > Github Pages, and select gh-pages branch.

Select gh-pages branch image

Write your spec

Start editing your spec (note .bs file extension). The github action runs on commit to automatically convert to respec/html, via bikeshed.

Learn more about bikeshed