Discover Packages
github.com/jpl-au/fluent
html5
dl
package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Apr 21, 2026
License: MIT
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Byte constants for HTML rendering.
New Creates a new dl element with the given child nodes (typically <dt> and <dd> elements).
Example: dl.New(dt.New(text.Text("Term")), dd.New(text.Text("Description")))
Renders: <dl><dt>Term</dt><dd>Description</dd></dl>
Pair Creates a description list with a single term-description pair.
Example: dl.Pair("Name", "Alice")
Renders: <dl><dt>Name</dt><dd>Alice</dd></dl>
Element is an exported alias for the private element type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.