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

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 c6a6d370ad
commit 5cf9fd1c29

View File

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