mark_as_visited

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "mark_as_visited".
... in topic.naml
352
353
354
<macro name="mark_as_visited" requires="node">
    <n.call_later value="[n.id/]" param="markVisited"/>
</macro>