Hi,<br>I was trying to implement a "user defined macro" in edoc to automatically generate an html formating of image inclusion (some 'div' tags for alignment, caption etc).<br>I successfully defined a static macro with option like {def, [{mymacro, "macro output"}]}. But I didn't succeed in using a function with something like {def,[{dynmacro, fun mymod:myfun/3}]}. I had a quick look at edoc code, and it seems there is a macro checking that ensure the macro body is a string.
<br>Is there any way to define a macro as a function in the same way it is done internally in edoc?<br><br>Not related remark: has author's firstname a typo  in proplists documentation (or have proplists and edoc been written by different authors)?
<br>