diff options
-rw-r--r-- | sample.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sample.conf b/sample.conf index 5a4db22..2ad25f0 100644 --- a/sample.conf +++ b/sample.conf @@ -48,6 +48,15 @@ path = /srv/git/repo/ # excluded. #recursive = no +# Render Markdown blobs (*.md) formatted rather than as raw text? (optional) +# Requires 'markdown' module. +# Default: yes +#embed_markdown = yes + +# Render image blobs graphically rather than as raw binary data? (optional) +# Default: no +#embed_images = no + # Another repository, we don't generate a tree for it because it's too big. [linux] |