From 162b82ad45664b39bbaf9211d698a884a0f2ad20 Mon Sep 17 00:00:00 2001
From: Thomas Walker Lynch
- The
- The core of the system is
- The system relies on a specific set of custom tags in the
- Use
- Renders as: The
- Use
- Renders as: We define the
- The term system is intentionally conservative. For the tags
- Uniqueness is tracked by normalizing the term text (trimmed, then lowercased). This means that
- Sometimes a later mention of a term should be emphasized again. For that purpose, the system provides explicit emphasis tags:
-
- These variants are always decorated, even if the term appeared earlier.
-
- For first occurrences, the term module automatically assigns an
- The first occurrence will be given an id similar to
- Use
- Use
- Inline: Let
- Block:
-
- Use
- Use the
- If no level is specified, the TOC scans backwards to find the nearest heading (for example H1) and assumes you want to collect children one level deeper (for example H2).
-
- Note: Implicit mode can fail if placed before the first heading of a section. Use explicit levels for robust results.
-
- Use
- Renders as: A centered, high contrast H1 followed by a serif styled metadata row containing the author and date.
-
- The root element must be
- The script
-
- RT provides a lightweight debug logging system in
- Examples of common tokens include
- Normal log and warning output are gated. The methods
- This prevents the console from being flooded during normal use, while still allowing deep visibility during development.
-
- Errors are treated differently. The method
- Tokens may be enabled or disabled in two ways: by editing the
- For example, the term system (
- The system supports hot swapping themes by changing the script import in the head.
-
+ The Put `setup.js` in the directory, and include it at the top of the document,
+ `setup.js` points at the style files and is installation specific.
+ The system relies on a specific set of custom tags in the
+ Use
+ Renders as: The
+ Use
+ Renders as: We define the
+ The term system is intentionally conservative. For the tags
+ Uniqueness is tracked by normalizing the term text (trimmed, then lowercased). This means that
+ Sometimes a later mention of a term should be emphasized again. For that purpose, the system provides explicit emphasis tags:
+
+ These variants are always decorated, even if the term appeared earlier.
+
+ For first occurrences, the term module automatically assigns an
+ The first occurrence will be given an id similar to
+ Use
+ Use
+ Inline: Let
+ Block:
+
+ Use
+ Use the
+ If no level is specified, the TOC scans backwards to find the nearest heading (for example H1) and assumes you want to collect children one level deeper (for example H2).
+
+ Note: Implicit mode can fail if placed before the first heading of a section. Use explicit levels for robust results.
+
+ Use
+ Renders as: A centered, high contrast H1 followed by a serif styled metadata row containing the author and date.
+
+ The root element must be
+ The script
+
+ RT provides a lightweight debug logging system in
+ Examples of common tokens include
+ Normal log and warning output are gated. The methods
+ This prevents the console from being flooded during normal use, while still allowing deep visibility during development.
+
+ Errors are treated differently. The method
+ Tokens may be enabled or disabled in two ways: by editing the
+ For example, the term system (
+ The system supports hot swapping themes by changing the script import in the head.
+ Table of Custom Tags
-
- Style Tag Reference
-
-
-
-
-
-
-
-
-
- Tag
- Description
-
-
-
-
- Article container.
-
-
-
-
-
- Title block and metadata.
-
-
-
-
-
- Generates TOC.
-
-
-
-
- Conventional term.
-
-
-
-
- Forces emphasis for a term even after first occurrence.
-
-
-
-
- Project specific term.
-
-
-
-
- Forces emphasis for a neologism even after first occurrence.
-
-
-
-
- Code span or code block.
-
-
-
-
- Inline or block math.
-
-
-
-
- Automatically inserted pagination tag.
- Architecture Overview
- The Orchestrator
-
-
-
- Semantic Tags
- Terminology
-
- Conventional Terms
- Neologisms
- First Occurrence Rule
- Forced Emphasis Variants
-
-
-
- Automatic Definition Anchors
- Technical Content
-
- Code
- Mathematics
- Navigation & Layout
-
- Automatic Table of Contents
- Explicit Mode
-
-
-
- Implicit Mode
- The Title Block
- Attributes
-
-
-
- Example
- The Article Container
- Pagination
- Debugging
-
- Debug Tokens
- How Logging is Gated
- Errors are Always Printed
- Enabling and Disabling Tokens
- Themes
-
-
-
- Manifest
- Table of Custom Tags
+
+ Style Tag Reference
+
+
+
+
+
+
+
+
+
+ Tag
+ Description
+
+
+
+
+ Article container.
+
+
+
+
+
+ Title block and metadata.
+
+
+
+
+
+ Generates TOC.
+
+
+
+
+ Conventional term.
+
+
+
+
+ Forces emphasis for a term even after first occurrence.
+
+
+
+
+ Project specific term.
+
+
+
+
+ Forces emphasis for a neologism even after first occurrence.
+
+
+
+
+ Code span or code block.
+
+
+
+
+ Inline or block math.
+
+
+
+
+ Automatically inserted pagination tag.
+ Architecture Overview
+ Pulling style files into a document
+ Semantic Tags
+ Terminology
+
+ Conventional Terms
+ Neologisms
+ First Occurrence Rule
+ Forced Emphasis Variants
+
+
+
+ Automatic Definition Anchors
+ Technical Content
+
+ Code
+ Mathematics
+ Navigation & Layout
+
+ Automatic Table of Contents
+ Explicit Mode
+
+
+
+ Implicit Mode
+ The Title Block
+ Attributes
+
+
+
+ Example
+ The Article Container
+ Pagination
+ Debugging
+
+ Debug Tokens
+ How Logging is Gated
+ Errors are Always Printed
+ Enabling and Disabling Tokens
+ Themes
+
+
+
+ Manifest
+
- The core of the system is
Put `setup.js` in the directory, and include it at the top of the document, + `setup.js` points at the style files and is installation specific.
+-- 2.20.1