(relativePath)
| 1 | const marked = require('marked') |
| 2 | |
| 3 | function fullFileUrl (relativePath) { |
| 4 | return `${window.location.protocol}//${window.location.host}/file/${relativePath}` |
| 5 | } |
| 6 | |
| 7 | function podcastLinkRenderer () { |
| 8 | // https://github.com/markedjs/marked/issues/655#issuecomment-383226346 |
nothing calls this directly
no outgoing calls
no test coverage detected