Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ImageEmbedTemplate is the template for image embeds ImageEmbedTemplate = `` /* 154-byte string literal not displayed */ // AudioEmbedTemplate is the template for audio embeds AudioEmbedTemplate = ` <audio controls><source src="%s" type="audio/mpeg">music is good for the soul</audio>` // VideoEmbedTemplate is the template for video embeds VideoEmbedTemplate = `` /* 234-byte string literal not displayed */ // Table is the template for image embeds TableTemplate = ` <div class="imageblock"> <div class="title">%s</div> <div class="content"> %s </div> </div>` // YoutubeEmbedPrefix is the prefix for youtube embeds YoutubeEmbedPrefix = "https://youtu.be/" // YoutubeEmbedTemplate is the template for youtube embeds YoutubeEmbedTemplate = `` /* 232-byte string literal not displayed */ // SpotifyTrackEmbedPrefix is the prefix for spotify track embeds SpotifyTrackEmbedPrefix = "https://open.spotify.com/track/" // SpotifyTrackEmbedTemplate is the template for spotify track embeds SpotifyTrackEmbedTemplate = `` /* 176-byte string literal not displayed */ // SpotifyPlaylistEmbedPrefix is the prefix for spotify playlist embeds SpotifyPlaylistEmbedPrefix = "https://open.spotify.com/playlist/" // SpotifyPlaylistEmbedTemplate is the template for spotify playlist embeds SpotifyPlaylistEmbedTemplate = `` /* 180-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func InitializeExporter ¶
func InitializeExporter()
InitializeExporter initializes the constant tags
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.