Get blob/rendered URL base for markdown files
(ref: RepoRef, branch?: string)
| 60 | getRawBaseUrl(ref: RepoRef, branch?: string): string |
| 61 | /** Get blob/rendered URL base for markdown files */ |
| 62 | getBlobBaseUrl(ref: RepoRef, branch?: string): string |
| 63 | /** Convert file URLs to blob URLs (for images) */ |
| 64 | fileToRaw?(url: string): string |
| 65 | /** Convert blob URLs to raw URLs (for images) */ |
no outgoing calls
no test coverage detected