Renders the specified source string or source file using markdown and adds the resulting HTML to the notebook display.
str
A markdown formatted string.
None
str
A file containing markdown text.
None
bool
If True, all line breaks will be treated as hard breaks. Use this for pre-formatted markdown text where newlines should be retained during rendering.
False
float
Specifies a relative font size adjustment. The default value is 1.0, which preserves the inherited font size values. Set it to a value below 1.0 for smaller font-size rendering and greater than 1.0 for larger font size rendering.
None
Any
Any variable replacements to make within the string using Jinja2 templating syntax.
dict