Skip to content
Discussion options

You must be logged in to vote

@anatexis here's a simpler solution:

website:
  navbar:
    left:
      - href: "https://twitter.com/`_anatexis_`{=html}"
        text: Home

The syntax is a bit ugly, but what's happening here is that we need to tell Pandoc to not process your underlines as Markdown (hence the backticks for a raw inline syntax), but we also need quarto to recognize the URL as a "real URL", and that happens as text, and is a check of the beginning of the string.

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@cderv
Comment options

@cscheid
Comment options

@anatexis
Comment options

@cscheid
Comment options

Answer selected by mcanouil
@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites html Issues with HTML and related web technology (html/css/scss/js)
4 participants