Skip to content

Commit

Permalink
Fixed format issue in markdownutils.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilInTheGaps committed Sep 18, 2023
1 parent 69df194 commit eefed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/markdownutils.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define MARKDOWN_CMARK_GFM 0
#define MARKDOWN_DISCOUNT 1
#cmakedefine MARKDOWN_LIBRARY @MARKDOWN_LIBRARY_NAME @
#cmakedefine MARKDOWN_LIBRARY @MARKDOWN_LIBRARY_NAME@

#if MARKDOWN_LIBRARY == MARKDOWN_CMARK_GFM
#include <cmark-gfm-core-extensions.h>
Expand Down

0 comments on commit eefed03

Please sign in to comment.