Add tag command
This commit is contained in:
@@ -5,10 +5,6 @@ import Foundation
|
||||
*/
|
||||
enum ShorthandMarkdownKey: String {
|
||||
|
||||
/// A standard url
|
||||
/// Format: ``
|
||||
case url
|
||||
|
||||
/// An image
|
||||
/// Format: ``
|
||||
case pageLink = "page"
|
||||
|
||||
/// A pretty link to a tag list on the site.
|
||||
/// Format: ``
|
||||
case tagLink = "tag"
|
||||
|
||||
/// Additional HTML code include verbatim into the page.
|
||||
/// Format: ``
|
||||
case includedHtml = "html"
|
||||
|
Reference in New Issue
Block a user