q

q

alphaintelij


*some emphasized markdown text*

Here is an example of AppleScript:

<p>Here is an example of AppleScript:</p>


<pre><code>tell application "Foo"

    beep

end tell

</code></pre>



tell application "Foo"
beep
end tell


Some Markdown text with purpleor purple.



Here is an example of AppleScript:



tell application "Foo"
beep
end tell
<p>Here is an example of AppleScript:</p>

<pre><code>tell application "Foo"
    beep
end tell
</code></pre>

Report Page