Created
January 8, 2024 19:13
-
-
Save waldyrious/4e1a8bea3c87e86688a57a4b30928913 to your computer and use it in GitHub Desktop.
Minimal OPML snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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