From 88fd374af4ec3d3a03659cfc7043e9383d50d685 Mon Sep 17 00:00:00 2001 From: Chiali Date: Mon, 18 Sep 2023 11:46:42 -0400 Subject: [PATCH] Update README.md adding markdown support in readme --- data/projects/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/projects/README.md b/data/projects/README.md index c82776d6..7f0aa943 100644 --- a/data/projects/README.md +++ b/data/projects/README.md @@ -77,3 +77,8 @@ export const example: ProjectInterface = { This is the result ![Project links](/public/project/example-project-extra-link.png) + +## Markdown supported + +You can also format the description to your liking using markdown. We supported all the heading, bold and table. +This can help the reader to quickly scan through the important information.