Skip to content
Discussion options

You must be logged in to vote

This is an issue with how RenderCV renders this. 2 things:

  • use markdown links
    • Instead of html links <a href="https://www.dulbrich.de/teachings/math1/">Mathematik 1</a>
    • use markdown style [Mathematik 1](https://www.dulbrich.de/teachings/math1/)
  • When using a line with only a markdown link, the render is not understanding that it is a string:
    • This text works [Mathematik 1](https://www.dulbrich.de/teachings/math1/) because it understands it as string since it starts with one
    • [Mathematik 1](https://www.dulbrich.de/teachings/math1/) this text doesn't work because it doesn't start with a string, but with a markdown code instead
    • To force it understand as string, simply add double quotes
      • "[M…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ulbrichdennis
Comment options

@george-gca
Comment options

Answer selected by ulbrichdennis
@ulbrichdennis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants