# Creating Links

Civillo will automatically format user-provided URLs as hyperlinks in a variety of situations. Currently, these include:

  • Layer descriptions
  • Permit free-text responses
  • Info tool (derived from layer attributes)

The accepted link formats are:

# Raw URL

You can simply include a valid URL in your input. For example:

This is a link to Civillo https://app.civillo.com

will render as:

This is a link to Civillo https://app.civillo.com

If you require a custom label for your link, you can use Markdown links. For example:

This is a link to [Civillo](https://app.civillo.com). It has a nice label.

will render as:

This is a link to Civillo. It has a nice label.

WARNING

Please note that Civillo does not currently support any other features of Markdown, just links.

Last Updated: 11/12/2024