Accepts
App Store Apps, Articles, Contacts, Dates, Email Addresses, Files, Images, iTunes Products, Locations, Map Links, Media, PDFs, Phone Numbers, Rich Text, Safari Web Pages, Text and URLs
SCRIPTING
If
Shortcut Input
does not have any value
SHARING
Get clipboard

Clipboard
SCRIPTING
End If

If Result
SCRIPTING
Choose from Menu

Menu Result
SCRIPTING
Convert Markdown to rich text

Menu Result
COMMENT
Looks for text formatted as Markdown coming from the clipboard or share sheet and converts it into Rich Text, then copies it to the clipboard.
COMMENT
Works well for creating formatted hyperlinks inside the Mail app.
Can also be used to "flatten" any formatted text and just get the words out.
DOCUMENTS
Make rich text from
Input Result

Rich Text from Markdown
SCRIPTING
Convert rich text to Markdown

Menu Result
COMMENT
Takes text shared as input or copied to the clipboard and converts it to Markdown formatting, a markup language that acts as a simplified version of HTML that's easy to write and renders into HTML well.
COMMENT
Use this to take any rich text and copy it as web-friendly plain text that retains links inline and instructions for formatting.
This works well on iOS because most apps don't support rich text – for this reason, many Markdown-supported apps are available on the App Store.
DOCUMENTS
Make Markdown from
Input Result

Markdown from Rich Text
SCRIPTING
Convert rich text to Ulysses markdown

Menu Result
DOCUMENTS
Make Markdown from
Input Result

Markdown from Rich Text
MISSING
Under Construction
SCRIPTING
Wrap as code block

Menu Result
COMMENT
Takes the clipboard or input from the Share sheet and wraps it in three backticks on either side, which then displays as a "code block" in many text editors or Markdown applications.
COMMENT
Use this to quickly share or copy and paste a snippet that you want to display as code rather than apply any HTML or markup to it.
For people writing on the web, this lets your website avoid accidentally rendering your code when you're really intending to share the literal text of the code with people.
TEXT
```
Input Result
```

Text
SCRIPTING
Remove H1 title from text

Menu Result
COMMENT
Finds the H1 header, removes that first line and one after it, and gets the text.
DOCUMENTS
Replace
^(\#)\s?(.+)\n{1,2}
with
World
in
Input Result

Updated Text
SCRIPTING
Markdown Table of Contents

Menu Result
SHORTCUTS
Run
Markdown Table of Contents

Shortcut Result
SCRIPTING
Make Markdown image

Menu Result
TEXT


Text
SCRIPTING
End Menu

Menu Result
SHARING
Copy
Menu Result
to clipboard