- From: sideshowbarker via GitHub <noreply@w3.org>
- Date: Tue, 03 Feb 2026 07:32:50 +0000
- To: public-css-archive@w3.org
sideshowbarker has just submitted a new pull request for https://github.com/w3c/csswg-drafts: == Build markdown documents to HTML in the CI workflow == The legacy draft server converts `.md` files in spec directories (explainers, transition documents, proposals, etc.) to HTML. This adds that conversion to the GitHub Actions workflow so the files are served from GitHub Pages. A new `bin/build-markdown.py` script finds all `.md` files one level deep in spec directories and converts them to HTML using Python-Markdown, with a minimal stylesheet for readability. The workflow installs the `markdown` package and runs the script after building specs. Relates to https://github.com/w3c/csswg-drafts/issues/12054 See https://github.com/w3c/csswg-drafts/pull/13432 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 February 2026 07:32:51 UTC