dm_html_figure Function

public pure function dm_html_figure(content, caption) result(html)

Returns HTML figure. The content should end with a newline. The caption will be HTML encoded.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: content

Figure content.

character(len=*), intent(in), optional :: caption

Figure caption.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_figure~~CallsGraph proc~dm_html_figure dm_html_figure proc~dm_html_encode dm_html_encode proc~dm_html_figure->proc~dm_html_encode