Skip to content

Instantly share code, notes, and snippets.

@waldyrious
Created January 8, 2024 19:13
Show Gist options
  • Save waldyrious/4e1a8bea3c87e86688a57a4b30928913 to your computer and use it in GitHub Desktop.
Save waldyrious/4e1a8bea3c87e86688a57a4b30928913 to your computer and use it in GitHub Desktop.
Minimal OPML snippet
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<opml version="2.0">
<body>
<outline text="Foo">
<outline text="Bar" _note="Baz"/>
</outline>
</body>
</opml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment