Rework content commands, add audio player
This commit is contained in:
@@ -13,20 +13,17 @@ enum ShorthandMarkdownKey: String {
|
||||
/// Format: ``
|
||||
case labels
|
||||
|
||||
/// A video
|
||||
/// Format: ``
|
||||
|
||||
/// A variable number of download buttons for file downloads
|
||||
/// Format: `[download](<<fileId>,<text>,<download-filename?>;...)`
|
||||
case downloadButtons = "download"
|
||||
/// Format: `[buttons](type=<<fileId>,<text>,<download-filename?>;...)`
|
||||
case buttons
|
||||
|
||||
/// A box with a title and content
|
||||
/// Format: ``
|
||||
@@ -40,20 +37,16 @@ enum ShorthandMarkdownKey: String {
|
||||
/// Format: ``
|
||||
case pageLink = "page"
|
||||
|
||||
/// A large button to an external page.
|
||||
/// Format: ``
|
||||
case includedHtml = "html"
|
||||
|
||||
/// SVG Image showing only a part of the image
|
||||
/// Format ``
|
||||
case svg
|
||||
|
||||
/// A player to play audio files
|
||||
/// Format: ``
|
||||
case audioPlayer = "audio-player"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user