def
markdown
cauldron.display.markdown()

Renders the specified source string or source file using markdown and adds the resulting HTML to the notebook display.

Arguments
Required
Optional
source

str

A markdown formatted string.

Default Value: 

None

source_path

str

A file containing markdown text.

Default Value: 

None

preserve_lines

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.

Default Value: 

False

font_size

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.

Default Value: 

None

kwargs

Any

Any variable replacements to make within the string using Jinja2 templating syntax.

Default Value: 

dict