diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-08-22 16:08:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 16:08:05 +0100 |
commit | ac0e66d1c4a263d10ecd15936ff1ca217445a177 (patch) | |
tree | 19ee2395a3c0da6942ed8d8ba181dd2ee6ed726d /README.md | |
parent | 3132abc58c5fa6977a11862068b19cab0a9a2621 (diff) | |
parent | 36617f4fbaae28438509310273ca58c1a83f4ee1 (diff) | |
download | community.vyos.net-ac0e66d1c4a263d10ecd15936ff1ca217445a177.tar.gz community.vyos.net-ac0e66d1c4a263d10ecd15936ff1ca217445a177.zip |
Merge branch 'main' into patch-1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ Two tools are _required_ for building: * [soupault](https://soupault.app) static site generator. * [Sass](https://sass-lang.com/) compiler, the Dart version. +* [cmark](https://github.com/commonmark/cmark) Markdown processor. **Note:** the C++ `sassc` _will not_ work! The Dart and the C++ "reference implementations" don't behave the same, and you'll need the Dart one (available from npm, `npm install -g sass`). |