diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-01-16 21:48:23 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-01-16 21:48:23 -0400 |
commit | b8b0cca80b2474fa43c5900f99da6a82ecddfb09 (patch) | |
tree | 8054689fb4edcda24553263c769d92ef3dfc3d0a | |
parent | 7a047e2c5d2975fd4da178cfd9b8df1ce2559d44 (diff) |
support blockquotes and clean transform code
-rw-r--r-- | static-pages.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static-pages.txt b/static-pages.txt index 768082fb..7d8ae73f 100644 --- a/static-pages.txt +++ b/static-pages.txt @@ -61,6 +61,11 @@ Content: - oh yeah - we goin - spooky back down + <i>quote testing</i> + > alright here's a blockquote test + > and another line + meanwhile, a paragraph + > and another blockquote ------------------------------------------------------------------------------- Name: Changelog Directory: changelog |