dm_html_pre Function

public pure function dm_html_pre(string, code) result(html)

Returns HTML preformatted text, with optional <code> tag. This function does not encode the argument str.

Arguments

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

Content string.

logical, intent(in), optional :: code

Additional code tag?

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_pre~~CallsGraph proc~dm_html_pre dm_html_pre interface~dm_present dm_present proc~dm_html_pre->interface~dm_present