class Ollama::Utils::ANSIMarkdown

def convert_a(el, opts)

def convert_a(el, opts)
  url = el.attr['href']
  hyperlink(url) { inner(el, opts) }
end