Skip to content

Images & figures

![[image.png|Caption]] produces a numbered figure. The caption doubles as the list-of-figures entry. Append |w=60% (or px/cm/mm) to scale per embed. Wikilinks to the figure resolve to "Figure N".

Open PDF

Source notes

---
title: "Feature: Figures"
author: MrIwan
notitlepage: true
toc: false
---

# Figures

## Embed with caption

![[neuron.excalidraw.png|Diagram of a Neuron]]

As seen in [[neuron.excalidraw.png]], the model has the typical structure. The reference can carry its own text, see [[neuron.excalidraw.png|here]].

## Embed without caption

![[neuronales_netz.excalidraw.png]]

Reference: [[neuronales_netz.excalidraw.png]].

## Wikilink fallback

A wikilink to a non-embedded image passes through as plain text.

[[neuron.excalidraw]]

[[does-not-exist.png]]

# Image widths

![[neuron.excalidraw.png|Percent (w=50%)|w=50%]]

![[neuron.excalidraw.png|Pixels (w=300px)|w=300px]]

![[neuron.excalidraw.png|Centimeters (w=5cm)|w=5cm]]

![[neuron.excalidraw.png|Millimeters (w=80mm)|w=80mm]]

![[neuron.excalidraw.png|No width hint (natural size)]]