Skip to content

Commit

Permalink
Shorten an overlong line
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 13, 2024
1 parent 3d69783 commit 3ac95ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -27448,9 +27448,10 @@ parsers.check_minimal_indent = Cmt(Cb("indent_info") * Cc(false),
parsers.check_optional_indent = Cmt(Cb("indent_info") * Cc(true),
check_continuation_indentation)

parsers.check_minimal_blank_indent = Cmt( Cb("indent_info") * Cc(false)
* Cc(true)
, check_continuation_indentation)
parsers.check_minimal_blank_indent
= Cmt( Cb("indent_info") * Cc(false)
* Cc(true)
, check_continuation_indentation)

% \end{macrocode}
% \begin{markdown}
Expand Down

0 comments on commit 3ac95ef

Please sign in to comment.