Test Page

Callouts

information

here we come other line

use it

other

Caution

If you’re

  • one
  • second
callout_pattern = re.compile()

be awsre

of these things

code block example

def convert_callout(match):
    """Convert an Obsidian callout to a Hugo Doks callout format."""
    callout_type = match.group(2).lower()  # Extract callout type (e.g., "info")
    title = match.group(3)  # Extract callout title
    content = match.group(4)  # Extract callout content

    # Remove leading '>' from multi-line content
    content_lines = [line.lstrip("> ").strip() for line in content.split("\n") if line.startswith(">")]
    content = "\n".join(content_lines)

    # Get Doks callout properties or fallback to "note"
    doks_data = doks_callout_mapping.get(callout_type, {"context": "note", "icon": "outline/info-circle"})

Test link to learning Learning

Elements

link to heading in current document Courses

link to heading in other document CDN Service

Courses

courses text