# `Wenche.Ixbrl`
[🔗](https://github.com/jarls-side-projects/elixir-wenche/blob/main/lib/wenche/ixbrl.ex#L1)

Generates inline XBRL (iXBRL) HTML documents for annual statements.

Ported from `wenche/xbrl.py` in the original Python Wenche project.

iXBRL is the format required by Bronnøysundregistrene. It combines HTML
with embedded XBRL tags, making financial figures machine-readable
while remaining viewable in web browsers.

Taxonomy: Norwegian GAAP (NRS) simplified for small enterprises.

# `generer_ixbrl`

Generates an iXBRL HTML document from an Aarsregnskap struct.

Returns UTF-8 encoded HTML bytes.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
