Detect if a line is a code fence (``` with optional language). Returns Some(language) for opening fences, Some("") for closing fences. Returns None if not a fence.
(line: &str)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected