diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-06-12 13:29:59 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-06-12 13:35:43 +0000 |
| commit | a668ad6c7523c010b129d9c21fdf90830bcbf77b (patch) | |
| tree | 2d06e4c429dc12e6577ee01fe992a7f41d2bab8d /alv | |
| parent | line comments (diff) | |
| download | alive-a668ad6c7523c010b129d9c21fdf90830bcbf77b.tar.gz alive-a668ad6c7523c010b129d9c21fdf90830bcbf77b.zip | |
use cmark instead of discount for markdown docs
Diffstat (limited to 'alv')
| -rw-r--r-- | alv/config.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/config.ld b/alv/config.ld index 56207b9..2a0940b 100644 --- a/alv/config.ld +++ b/alv/config.ld @@ -9,7 +9,7 @@ improve or extend alive with new modules, language or interpreter features. If you are looking for the language reference for users, head over to the [reference](../reference/index.html) section of the documentation.]] -format = 'discount' +format = 'commonmark' style = nil template = 'docs' dir = 'docs/internals' |
