Models.BaseCommitSummaryMarkupEnum
Home > @backstage/plugin-bitbucket-cloud-common
> Models
> BaseCommitSummaryMarkupEnum
The type of markup language the raw content is to be interpreted in.
Signature:
BaseCommitSummaryMarkupEnum: {
readonly Markdown: "markdown";
readonly Creole: "creole";
readonly Plaintext: "plaintext";
}