About

Hello! This is an example markdown file in en language to demonstrate how to use markdown files with simple-i18n-next. Why only use JSON files if you can also provide different markdown files for different languages?

This markdown can receive a userId props which currently is 42. The page component that renders this markdown obtains the userId from the pathname and passes it to the markdown component. Check out this page that has userId 42: /en/about-markdown/42.

It's completely type safe too. The CLI generates the required props for the markdown component so that you can safely use it in your pages. For example, if you don't pass userId props to the markdown component, it will throw an error.