aeidon.tags.MPL2

Source: aeidon/tags/mpl2.py

Anchestors: aeidon.tags.microdvd.MicroDVD, aeidon.markup.Markup, aeidon.singleton.Singleton, builtins.object

class aeidon.tags.MPL2

Text markup for the MPL2 format.

MPL2 contains the following markup tags, all of which appear at the beginning of the line and affect up to the end of the line. In addition, any MicroDVD markup can be used.

  • \... (bold)
  • /.... (italic)
  • _.... (underline)

Methods

MPL2.bolden(text, bounds=None)

Return bolded text.

MPL2.italicize(text, bounds=None)

Return italicized text.

MPL2.underline(text, bounds=None)

Return underlined text.