Vera Lim
Vera Lim
Is there a way for the content to go to the full width of the row? Seem like the maximum content width is set to 900px. 
Anyone knows how to render a list of markdown files like a feed from a folder rather than clicking on slug to a new page? Same issue: [https://github.com/orgs/mdx-js/discussions/2542](https://github.com/orgs/mdx-js/discussions/2542)
``` ├── app │ ├── __init__.py │ ├── api │ │ ├── users.py │ ├── models │ │ ├── users.py │ ├── schemas │ ├── services │ │ ├── users.py...