A new macro lets you display the contents of an outline exactly as it would be displayed in Fargo.
Example
Here's an example of the macro being used to display the source code of a Find command I've been working on for the menubar, one that finds the next occurrence of a string in the active outline. You can copy the text from the outline below straight into menubar.opml.
It's very useful for code, but probably could be used for other applications.
How to set it up
Copy the outline text you want to share to the clipboard.
Create a new outline, choosing New from the File menu.
Paste the text into the outline. If there's an extra line, delete it.
Chose Get Public Link from the File menu.
Copy the URL to the clipboard.
Paste it into a call to reader in this post, as shown below.
The exact code
Tip
Styles
Inspired by gists