properties
Properties associated with nodes in the AST. These properties enrich the AST by storing additional information about the nodes, such as:
com.quarkdown.core.ast.attributes.location.SectionLocationProperty for tracking the location of LocationTrackableNodes;
com.quarkdown.core.ast.attributes.location.LocationLabelProperty for storing formatted labels of LocationTrackableNodes;
com.quarkdown.core.ast.media.StoredMediaProperty for attaching com.quarkdown.core.media.Media references.