title: CustomMarkup modifier: blaine created: 20110211110628 modified: 20110211131016 tags: features creator: psd Sometimes it's necessary to include custom HTML markup in the {{{}}} of a TiddlyWiki file - typically for compatibility with ad serving software, external libraries, or for custom meta tags. The CustomMarkup operation defines four shadow tiddlers whose contents are spliced into the saved HTML file. (If you do a view/source you'll see the markers referred to below). |!Title |!Location |!Marker | |MarkupPreHead |Start of the {{{}}} section |{{{}}} | |MarkupPostHead |End of the {{{}}} section |{{{}}} | |MarkupPreBody |Start of the {{{}}} section |{{{}}} | |MarkupPostBody |End of the {{{}}} section |{{{}}} | MarkupPreHead is the only one with shadow content: a link to the default location of the RSS feed.