#1568 - Add MARKDOWN as a supported Alps documentation format.

See also: #1562.

Per section 2.2.5 of the ALPS spec, `markdown` is a valid value for the `format` field.
This commit is contained in:
larsw
2021-06-28 20:07:34 +02:00
committed by Greg L. Turnquist
parent da83f29101
commit 8a55fb9cad

View File

@@ -27,7 +27,7 @@ import java.util.Locale;
*/
public enum Format {
TEXT, HTML, ASCIIDOC;
TEXT, HTML, ASCIIDOC, MARKDOWN;
/*
* (non-Javadoc)