Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Print some html element as their own line #103

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

zackad
Copy link
Owner

@zackad zackad commented Dec 13, 2024

Close GH-101

This html tags will be printed on their own line:

  • h1
  • h2
  • h3
  • h4
  • h5
  • h6
  • li
  • td
  • th

@zackad zackad added Printer Logic related on how to print the output Bugfix labels Dec 13, 2024
@zackad zackad force-pushed the GH-101/inline-html-element branch from 49f4721 to 3052994 Compare December 18, 2024 01:54
@zackad zackad changed the title [WIP] Bugfix: Print some html element as their own line Bugfix: Print some html element as their own line Dec 18, 2024
@zackad zackad marked this pull request as ready for review December 18, 2024 01:55
@zackad zackad force-pushed the GH-101/inline-html-element branch from 3052994 to e610abb Compare December 18, 2024 03:50
@zackad zackad merged commit 586e8f4 into master Dec 18, 2024
3 checks passed
@zackad zackad deleted the GH-101/inline-html-element branch December 18, 2024 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Printer Logic related on how to print the output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print table cell as inline
1 participant