From b588f64dd5120e8c4812614d63681ccbec0b9473 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:47:54 -0500 Subject: [PATCH] fix: admonition --- blog/2022-09-28-mdx-blog-post.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/2022-09-28-mdx-blog-post.md b/blog/2022-09-28-mdx-blog-post.md index 7df991dd8..17432f802 100644 --- a/blog/2022-09-28-mdx-blog-post.md +++ b/blog/2022-09-28-mdx-blog-post.md @@ -63,6 +63,7 @@ export default class extends EventExecutable { } ``` Now, you might ask **why** this feature was added.
Simply put, to give flexibility to the developers. +I believe that you should build your own structures however you might like and customize to your liking. In addition, **decorators now unofficially work with modules!** Feel free to use TypeScript experimental decorators to augment and customize your classes.