One Hat Cyber Team
Your IP :
216.73.216.50
Server IP :
157.15.65.100
Server :
Linux 157-15-65-100.cprapid.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
gedit
/
plugins
/
snippets
/
View File Name :
markdown.xml
<?xml version="1.0" encoding="UTF-8"?> <snippets language="Markdown"> <snippet id="atx-header"> <text><![CDATA[${1:#} ${2:Header} $1 ]]></text> <tag>h</tag> <description>Header (atx-style)</description> </snippet> <snippet id="setext-header-1"> <text><![CDATA[${1:Header} =============== ]]></text> <tag>Hs</tag> <description>Header 1 (setext-style)</description> </snippet> <snippet id="setext-header-2"> <text><![CDATA[${1:Header} --------------- ]]></text> <tag>hs</tag> <description>Header 2 (setext-style)</description> </snippet> <snippet id="horizontal-rule"> <text><![CDATA[*************** $0]]></text> <tag>hr</tag> <description>Horizontal Rule</description> </snippet> <snippet id="unordered-list"> <text><![CDATA[* $1 * $2 * $3 * $4 ]]></text> <tag>ul</tag> <description>Unordered List</description> </snippet> <snippet id="ordered-list"> <text><![CDATA[1. $1 2. $2 3. $3 4. $4 ]]></text> <tag>ol</tag> <description>Ordered List</description> </snippet> <snippet id="code-span"> <text><![CDATA[\`${1:$GEDIT_SELECTED_TEXT}\`]]></text> <tag>code</tag> <description>Wrap Selection as Code Span</description> <accelerator><![CDATA[<Control><Alt>c]]></accelerator> </snippet> <snippet id="inline-link"> <text><]]></text> <tag>a</tag> <description>Wrap Selection as Inline Link</description> <accelerator><![CDATA[<Control><Alt>a]]></accelerator> </snippet> <snippet id="reference-link"> <text><![CDATA[[${1:$GEDIT_SELECTED_TEXT}][${2:link label}]]]></text> <tag>aref</tag> <description>Wrap Selection as Reference Link</description> <accelerator><![CDATA[<Control><Alt>r]]></accelerator> </snippet> <snippet id="link-definition"> <text><![CDATA[[${1:link label}]: ${2:URL} ]]></text> <tag>adef</tag> <description>Link Definition</description> </snippet> <snippet id="inline-image"> <text><]]></text> <tag>img</tag> <description>Inline Image</description> </snippet> <snippet id="reference-image"> <text><![CDATA[![${1:alt text}][${2:image label}]]]></text> <tag>iref</tag> <description>Reference Image</description> </snippet> </snippets>