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

Added more headers & horizontal rule support #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

GeorgeBroughton
Copy link

@GeorgeBroughton GeorgeBroughton commented May 23, 2021

  • Edited header support for [h1][/h1] so it didn't apply to all headers
  • Added support for [h2][/h2] and [h3][/h3]
  • Horizontal rules added, compatible with the 3 main types: using hyphens, underscores and asterisks
  • Docs updated to reflect changes

Edited header support for [h1][/h1] so it didn't apply to all headers.

Added support for [h2][/h2] and [h3][/h3]
Added h2 and h3 support.

H4 and above become h3 as steam doesn't support anything higher.
h3 basically had an issue whre if markdown h4 (####) was used, it would produce no header formatting.

This now is no longer the case. They are now changed to h3 as steam does not support h4
Added support for Horizontal rules using  more than 2 of the following characters:
 - "*"
 - "-"
 - "_"
@GeorgeBroughton GeorgeBroughton changed the title Added more headers Added more headers & horizontal rule support May 23, 2021
Updated the documentation and test file
Added the headers in, and a test for h4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant