diff options
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -90,6 +90,14 @@ Most social network have their command to render a clickable link or a simple te % Usage: \github{<github-nick>} \github{darwiin} +% Render author's stackoverflow profile (optional) +% Usage: \stackoverflow{<stackoverflow-user-id>} +\stackoverflow{759643} + +% Render author's stackexchange profile (optional) +% Usage: \stackexchange{<stackexchange-user-id>} +\stackexchange{396216} + % Render author's email (optional) % Usage: \email{<email adress>} \email{christophe.roger@mail.com} |