pub(crate) fn render_ebnf_line(
line: &str,
nt_map: &HashMap<String, String>,
current_html_path: &str,
) -> StringExpand description
Renders a single EBNF line, replacing nonterminal references with links
and backtick-quoted terminals with styled <code> spans.