Skip to content

Commit

Permalink
If stripIndent == true then preserveTabs == false
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Apr 9, 2021
1 parent 84dbd4d commit 51aeb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -15788,7 +15788,7 @@ function M.reader.new(writer, options)
if lpeg.match(parsers.nonemptyline, line) == nil then
return line
end
line = expandtabs(line)
line = util.expand_tabs_in_line(line)
prefix = lpeg.match(C(parsers.optionalspace), line)
local prefix_length = #prefix
local is_shorter = min_prefix_length == nil
Expand Down

0 comments on commit 51aeb2e

Please sign in to comment.