1
2
3
4
5
6
7
//! Pre HTML codegen phase
use crate::backend::data::{Atom, Text, Enclosure, EnclosureKind};
use crate::backend::{Ast, Tag};