| 195 | } |
| 196 | |
| 197 | pub struct Content { |
| 198 | fences_regex: Regex, |
| 199 | file_regex: Regex, |
| 200 | header_regex: Regex, |
| 201 | newlines: Regex, |
| 202 | } |
| 203 | |
| 204 | impl Content { |
| 205 | pub fn new() -> Content { |
nothing calls this directly
no outgoing calls
no test coverage detected