File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{% load i18n %}
2+ {% load static %}
23< div class ="ui medium modal scrolling transition modal-help-guide ">
34 < i class ="close icon "> </ i >
45 < div class ="header "> < i class ="help circle icon "> </ i > {% trans "Markdown Guide" %}</ div >
2021 < td > —</ td >
2122 < td > —</ td >
2223 < td > —</ td >
23- < td > < img class ="marked-emoji " src ="https://assets-cdn.github.com/ images/icons/emoji/ smile.png "> </ td >
24+ < td > < img class ="marked-emoji " src ="{% static 'plugins/ images/smile.png' %} "> </ td >
2425 </ tr >
2526 < tr >
2627 < td > @[username]</ td >
8485 < td > ![Image][1]< br > ⁝< br > [1]: http://url/b.jpg</ td >
8586 < td > Ctrl+Shift+I</ td >
8687 < td > Command+Option+I</ td >
87- < td > < img src ="http:/ /commonmark.org/help/images/favicon. png " width ="36 " height ="36 " alt ="Markdown "> </ td >
88+ < td > < img src ="{% static 'plguins/images /commonmark.png' %} " width ="36 " height ="36 " alt ="Markdown "> </ td >
8889 </ tr >
8990 < tr >
9091 < td > > Blockquote</ td >
You can’t perform that action at this time.
0 commit comments