-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.plist
More file actions
31 lines (31 loc) · 820 Bytes
/
Copy pathConfig.plist
File metadata and controls
31 lines (31 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Actions</key>
<array>
<dict>
<key>Image File</key>
<string>md.png</string>
<key>Requirements</key>
<array>
<string>paste</string>
</array>
<key>Script Interpreter</key>
<string>/usr/bin/php</string>
<key>Shell Script File</key>
<string>domd.php</string>
<key>Title</key>
<string>Markdown2Html</string>
</dict>
</array>
<key>Extension Description</key>
<string>Convert Markdown-formatted text to HTML.</string>
<key>Extension Identifier</key>
<string>com.larkin.markdown2Html</string>
<key>Extension Name</key>
<string>Markdown2Html</string>
<key>Version</key>
<real>1</real>
</dict>
</plist>