(text)
| 1646 | } |
| 1647 | |
| 1648 | const markedInline = function (text) { |
| 1649 | // Like marked, but inline (no wrapper <p></p>); this is an option in newer marked versions |
| 1650 | return marked(text).replace(/^<p>|<\/p>$/g, '') |
| 1651 | } |
| 1652 | |
| 1653 | /* |
| 1654 | * Get the estimated Hz of the primary monitor in the system. |
nothing calls this directly
no outgoing calls
no test coverage detected