Home
last modified time | relevance | path

Searched refs:markdownSource (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/markdown-plugin/src/main/java/fi/iki/elonen/
DMarkdownWebServerPlugin.java111 String markdownSource = readSource(file); in serveFile() local
114 bytes = this.processor.markdownToHtml(markdownSource).getBytes("UTF-8"); in serveFile()
119 …return markdownSource == null ? null : new NanoHTTPD.Response(OK, NanoHTTPD.MIME_HTML, new ByteArr… in serveFile()