feat: Add code block highlighting Theme is configurable
1 file changed, 11 insertions(+), 0 deletions(-)
changed files
M test/testsite/posts/testfile.md → test/testsite/posts/testfile.md
@@ -7,3 +7,14 @@ +++ Ut enim blandit volutpat maecenas? Volutpat blandit aliquam etiam erat velit, scelerisque in dictum non, consectetur a erat nam at lectus urna duis convallis convallis tellus, id interdum velit laoreet! + +```sh +#!/usr/bin/env zsh + +echo this is some shell code + +if [[ -n $test ]] +then + echo test passed +fi +```