Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
MarkdownStatements.py File Reference

This file defines several classes that represent Markdown-style statements parsed from a source stream. More...

Classes

class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownStatement
 A generic Markdown-style statement. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownLinkStatement
 A link statement. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownImageStatement
 An image. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownStrongBlock
 A class that handles strong formatting. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownUnorderedListBlock
 A class that handles an unordered list. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownOrderedListBlock
 A class that handles an ordered list. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownAsteriskBlock
 A class that handles unordered list or emphasis formatting. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownEmphasisBlock
 A class that handles emphasis formatting. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownHeaderLine
 A class that handles header lines. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownCodeSpan
 A class that handles emphasis formatting. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownHorizRuleLine
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownTabBlock
 A class that handles tabs. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownSpaceBlock
 A class that handles whitespace. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownLineEnding
 A class that handles line breaks. More...
 
class  Plugins.Content.Parse.Semantic.MarkdownStatements.AMarkdownIdentifier
 A class that handles identifiers. More...
 

Variables

tuple Plugins.Content.Parse.Semantic.MarkdownStatements.mdsImageFileExtensions
 Image file extensions. More...
 
string Plugins.Content.Parse.Semantic.MarkdownStatements.mdisDefaultAlignment = "right"
 The default image alignment.
 
string Plugins.Content.Parse.Semantic.MarkdownStatements.mhrlMoreAnchorIdentifier = "$special/more"
 The default identifier for anchors after post preamble.
 

Detailed Description

This file defines several classes that represent Markdown-style statements parsed from a source stream.