Formatting Results

HTML, Hyperlinks and Markdown in Results

Ask Steve formats the results from the LLM or API in the following ways:

  • Any URLs that aren't the src or href of an HTML tag are automatically hyperlinked.

Markdown

  • Any text in surrounded by two asterisks like **this** is bolded
  • Markdown links of the format [Link](https://link.to.website) are turned into Hyperlinks
  • Code blocks like ```html are wrapped in <pre><code> tags

HTML

  • Most HTML should be supported.
  • All <img> tags are linked to the source image.