#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:
@@ -27,7 +27,7 @@ import java.util.Locale;
|
||||
*/
|
||||
public enum Format {
|
||||
|
||||
TEXT, HTML, ASCIIDOC;
|
||||
TEXT, HTML, ASCIIDOC, MARKDOWN;
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
|
||||
Reference in New Issue
Block a user