Skip to content

Commit 0b806b7

Browse files
GirlBossRushBeryJu
andauthored
web: Client-side MDX rendering (#13610)
* web: Allow build errors to propagate. * web: Refactor MDX for client-side rendering. * Remove override Signed-off-by: Teffen Ellis <[email protected]> * revert css for links and tables Signed-off-by: Jens Langhammer <[email protected]> * web: Move Markdown specific styles. --------- Signed-off-by: Teffen Ellis <[email protected]> Signed-off-by: Jens Langhammer <[email protected]> Co-authored-by: Jens Langhammer <[email protected]>
1 parent 9538cf4 commit 0b806b7

28 files changed

+941
-2455
lines changed

web/.prettierrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"importOrder": ["^(@?)lit(.*)$", "\\.css$", "^@goauthentik/api$", "^[./]"],
2020
"importOrderSeparation": true,
2121
"importOrderSortSpecifiers": true,
22-
"importOrderParserPlugins": ["typescript", "classProperties", "decorators-legacy"]
22+
"importOrderParserPlugins": ["typescript", "jsx", "classProperties", "decorators-legacy"]
2323
}

0 commit comments

Comments
 (0)