Class MarkdownLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.MarkdownLanguage
All Implemented Interfaces:
HtmlRenderer, ExecutableLanguage

public class MarkdownLanguage extends ScriptLanguage implements HtmlRenderer
Class for the representation of JSON syntax in QuPath.

This class stores the QuPath implementation of Markdown syntaxing and a dummy plain auto-completion.

Since:
v0.4.0
Author:
Pete Bankhead (based on Melvin Gelbard's code)