pub fn make_unordered_list(items: &Vec<String>) -> String
| Create an unordered multi-line list | of items. |