io.github.swagger2markup.markup.builder.MarkupBlockStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of markup-document-builder Show documentation
Show all versions of markup-document-builder Show documentation
A Markup (Markdown, AsciiDoc) document builder
package io.github.swagger2markup.markup.builder;
public enum MarkupBlockStyle {
SIDEBAR,
EXAMPLE,
LITERAL,
LISTING,
PASSTHROUGH
}