Commit Graph

5 Commits

Author SHA1 Message Date
Swapnil Mishra
7972561808 Fix markdown table not rendering issue
- markdown table rendering is broken because of using `rehypePlugins` in astro config.
  This is due to the fact that enabling custom `remarkPlugins` or `rehypePlugins` will remove `remark-gfm`, `remark-smartypants` which are built-in plugins and we need to explicitly add these plugins.
- added `remark-gfm` and `remark-smartypants` to fix this
2022-08-25 16:39:55 +02:00
Maxi Ferreira
7d27710b7c Fixed code block styles 2022-08-12 11:35:44 -07:00
Maxi Ferreira
7006f071a9 Updated to Astro 1.0.3 2022-08-12 10:41:07 -07:00
Maxi Ferreira
9b1f0044f8 Updated URLs 2021-11-30 22:15:10 -08:00
Maxi Ferreira
0825d46f55 Initial commit 2021-11-30 12:18:49 -08:00