KongMD-Steam / Markdown-to-Steam-Formatter

Converts Markdown formatting to Steam formatting
MIT License
12 stars 1 forks source link

Converts all headers to h1 #1

Open GeorgeBroughton opened 3 years ago

GeorgeBroughton commented 3 years ago

Hey, so this converts all headers, eg,

# header 1
## header 2
### header 3

to:

[h1] header 1 [/h1]
[h1] header 2 [/h1]
[h1] header 3 [/h1]

Steam has support for h1, h2, and h3 image

GeorgeBroughton commented 3 years ago

Issue can be closed once my PR is merged: https://github.com/KongMD-Steam/Markdown-to-Steam-Formatter/pull/2