diff --git a/packages/site/src/App.svelte b/packages/site/src/App.svelte index 769b9a2..5ad3670 100644 --- a/packages/site/src/App.svelte +++ b/packages/site/src/App.svelte @@ -5,12 +5,21 @@

Steamdown

- Welcome to the beta test of the new version of Steamdown! Previously, it just used - an existing Markdown renderer, and used a bunch of settings overrides to hack it - into something that could render to Steam's markup. Now, it has its own parser and - renderer written specifically with Steam's markup in mind. There's some new syntax, - some changed syntax, and some removed syntax, with the goal of handling the - possibilities and limitations of Steam's markup. View the + Welcome to the beta test of the new version of Steamdown! Previously, it used and + applied overrides and extensions to + Marked, a JavaScript library that parses and + renders Markdown. While Marked is a great library, there were a few problems when + overriding its behavior to target Steam's markup: +

+ +

+ Now, it has its own parser and renderer written specifically with Steam's markup in + mind. There's some new syntax, some changed syntax, and some removed syntax, with + the goal of handling the possibilities and limitations of Steam's markup. View the GitHub Repository for more information on the changes.