dm_html_mark Function

public pure function dm_html_mark(str, class) result(html)

Returns <mark> element of optional class, with encoded str enclosed. This function encodes the passed string.

Arguments

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

Element content.

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

Element class.

Return Value character(len=:), allocatable

Generated HTML.


Calls

proc~~dm_html_mark~~CallsGraph proc~dm_html_mark dm_html_mark proc~dm_html_encode dm_html_encode proc~dm_html_mark->proc~dm_html_encode

Called by

proc~~dm_html_mark~~CalledByGraph proc~dm_html_mark dm_html_mark proc~dm_html_beat dm_html_beat proc~dm_html_beat->proc~dm_html_mark proc~dm_html_beats dm_html_beats proc~dm_html_beats->proc~dm_html_mark proc~dm_html_log dm_html_log proc~dm_html_log->proc~dm_html_mark proc~dm_html_logs dm_html_logs proc~dm_html_logs->proc~dm_html_mark