How to add links for projects? #22
-
I think it would be great if we were able to add a link to some of the projects (App Store, Google Play, website,...). |
Beta Was this translation helpful? Give feedback.
Answered by
sinaatalay
Feb 27, 2024
Replies: 1 comment 1 reply
-
Hello, this can already be achieved with Markdown links. RenderCV supports Markdown format, so you can use markdown in your entries. Example: name: Some Project | [Google Play Store](https://example.com), [App Store]([Google Play Store](https://example.com))
location: Remote
date: 2021-09
highlights:
- Developed a web application with **React** and **Django**.
- Implemented a **RESTful API** which will be rendered as: Or you can even do this in the name: Some Project
location: "[Google Play Store](https://example.com)"
date: 2021-09
highlights:
- Developed a web application with **React** and **Django**.
- Implemented a **RESTful API** which will be rendered as: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sinaatalay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, this can already be achieved with Markdown links. RenderCV supports Markdown format, so you can use markdown in your entries.
Example:
which will be rendered as:
Or you can even do this in the
location
field, like shown below:which will…