Skip to content

v0.2.0

Compare
Choose a tag to compare
@SuhJae SuhJae released this 25 Aug 02:51
· 10 commits to main since this release

Added more methods as follows:

  • add_button(text: str, url: str, alignment:str = "center"): Adds a button to mobiledoc.
  • add_HTML(self, html:str):: Adds raw HTML card to mobiledoc.
  • add_markdown(self, markdown:str):: Adds raw markdown card to mobiledoc.
  • add_file(self, url: str, filename: str, filetitle: str, filesize: int, filecaption: str = ""):: Adds a file to mobiledoc.
  • def add_callout(self, text: str, emoji: str = "", color: str = "accent"):: Adds a callout to mobiledoc.