Skip to content

Commit

Permalink
Added minor logging comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik authored Dec 12, 2023
1 parent feae9ba commit c63250f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myst_parser/parsers/sphinx_.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_transforms(self):
def set_application(self, app: Sphinx) -> None:
super().set_application(app)
app.add_latex_package("ulem", "normalem")
print("ADDED ULEM PACKAGE")

def parse(self, inputstring: str, document: nodes.document) -> None:
"""Parse source text.
Expand Down

0 comments on commit c63250f

Please sign in to comment.