Assign the document with github jitt syntax

I am coding a readme for a repo on github and I want to add a link to the paper. What is the most adequate way to code in a quote? eg Like blockquote, like code, like plain text, etc.?

Suggestions?

+3


source to share


1 answer


From what I know, there is no built-in mechanism for this. This leads to more subjective opinions, depending on personal preference. I personally like to have a separate section called links . An example would look like this

Links

  • some link
  • another link


Update

Another way would be to use plain HTML embedded in your Markdown.

+4


source







All Articles