Package-level declarations
Types
Link copied to clipboard
interface PreviewStrategy
Strategy that handles delivery of a freshly produced compilation outcome to a preview target after each successful compile, when preview mode is enabled.
Link copied to clipboard
class WebServerPreviewStrategy(port: Int, browser: BrowserLauncher?, preferLivePreviewUrl: Boolean) : PreviewStrategy
PreviewStrategy backed by the bundled Quarkdown web server (the same one exposed by quarkdown start).