Use `<kbd>` and `<samp>` elements where needed
Dependencies
- [2]
ZVDBFCW7Display arguments when input is invalid - [3]
MIY7QPYKRefactor argument handling into a separate file - [4]
LEJN3E4QGenerate more semantic HTML
Change contents
- replacement in src/arg.rs at line 131
el::ul(aliases.into_iter().map(el::li).collect::<Vec<el::Li<_>>>()),el::ul(aliases.into_iter().map(el::samp).map(el::li).collect::<Vec<_>>(),), - replacement in src/arg.rs at line 169
el::li(el::li(el::kbd( - replacement in src/arg.rs at line 174
))) - replacement in src/arg.rs at line 176
.collect::<Vec<el::Li<_>>>().collect::<Vec<_>>() - edit in src/arg.rs at line 181
.map(el::kbd) - replacement in src/arg.rs at line 183
.collect::<Vec<el::Li<String>>>().collect::<Vec<_>>()