diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-12 13:19:48 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-12 13:19:48 +0000 |
commit | 376c8bef903657e020e482037b94a7b63514f640 (patch) | |
tree | 9bfc9a3e843c3dbad56189a79f18451c7d86ad12 /smarker.conf | |
parent | 08cefb0e7490dd229eed93a556591c1993eee07b (diff) | |
download | Smarker-376c8bef903657e020e482037b94a7b63514f640.tar.gz Smarker-376c8bef903657e020e482037b94a7b63514f640.zip |
added rendering runtime analysis to markdown
Diffstat (limited to 'smarker.conf')
-rw-r--r-- | smarker.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/smarker.conf b/smarker.conf index 1d6b9da..b700f85 100644 --- a/smarker.conf +++ b/smarker.conf @@ -7,9 +7,11 @@ passwd = smarkerPassword [md] show_full_docs = True show_source = True +show_all_regex_occurrences = True +show_all_run_output = True [txt] show_full_docs = True show_source = True show_all_regex_occurrences = True -show_all_run_output = False
\ No newline at end of file +show_all_run_output = True
\ No newline at end of file |