Files
gabarit/test/gabarit_html_SUITE_data/quote_simple.erml
2023-11-29 19:36:44 +00:00

8 lines
312 B
Plaintext

%%%===================================================================
%%% A simple quote using blockquote and cite tags.
%%%===================================================================
{blockquote, [
{p, <<"Four languages to learn: C, Prolog, Erlang, Javascript.">>},
{cite, <<"Joe Armstrong">>}
]}.