diff --git a/Cargo.lock b/Cargo.lock index b91b214..12e5dbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "dalet" -version = "1.0.0-pre.16" +version = "1.0.0-pre.17" dependencies = [ "ariadne", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 6fe59b4..97c5abb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dalet" -version = "1.0.0-pre.16" +version = "1.0.0-pre.17" edition = "2021" authors = ["artegoser"] license = "MIT" diff --git a/examples/daleth.dlth b/examples/daleth.dlth index 96e7b47..d5a32ff 100644 --- a/examples/daleth.dlth +++ b/examples/daleth.dlth @@ -63,7 +63,7 @@ row "center" [ row [ # if no tag is specified but a '[[]]' is present, then the 'el' tag # with multiple tags body placed - + [[ h2: Features @@ -87,23 +87,18 @@ row [ h3: Dev # {} for multiline strings, indent is automatically trimmed - code { + code "bash" { npm install npm run dev } - # {~n Text} n is number of minimum spaces - code "markdown" {~4 - this is codeblock - } - # {# Text} Text after "{#" not modified code "markdown" {# this is codeblock} ]] [[ h3: Production - code { + code "bash" { npm install npm run build npm run start @@ -112,7 +107,7 @@ row [ [[ h3: Docker - code: docker compose up -d + code "bash": docker compose up -d ]] ]]