Add comment system documentation

This commit is contained in:
Jesús
2019-11-18 16:12:05 -05:00
parent c76706b706
commit 751e087143
3 changed files with 68 additions and 0 deletions

View File

@@ -50,6 +50,21 @@ authors and date/time. For example:
It doesn't matter what the files are named.
# How to mention a user ?
Due to the absence of javascript in the comment system.
Mentioning a user can be difficult, however we just have
to put a `<a>` tag at the beginning of the comment,
Here I show you an example:
<a href="#comment-saravia-20191118-20:14:50">@saravia</a>
Reply message.
where:
- `#comment-saravia-20191118-20:14:50` is the comment `id` of the
user to respond.
# Example folder structure
.