Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Sep 18, 2020
1 parent c4b8b83 commit 8039b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions d2lbook/rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def look_behind(i, cond, lines):
if match is None:
new_line += line[pos:]
break
# e.g., case :math:`x`, :numref:`y`, match[0] = ':math:'
elif match[2] is None:
end = match.end()
new_line += line[pos:end]
Expand Down

0 comments on commit 8039b2b

Please sign in to comment.