Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Oct 9, 2024
1 parent 51abaf4 commit db60028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qdox/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def write_class(name,value):
write_html(f"<li>{part[0]}</li>",md=True,nl=True)
elif line.startswith(" ") and line.strip().endswith(":"):
set_mode(None)
write_html(f"""<h3 class="w3-container">{line.strip()[:-1]}</h3>""",nl=True)
write_html(f"""<h4 class="w3-container">{line.strip()[:-1]}</h4>""",nl=True)
else:
set_mode(None)
write_html(line,md=True,nl=True)
Expand Down

0 comments on commit db60028

Please sign in to comment.