Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created August 1, 2016 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfldex/5f99bea644df1b692d23ce42e0d5c028 to your computer and use it in GitHub Desktop.
Save gfldex/5f99bea644df1b692d23ce42e0d5c028 to your computer and use it in GitHub Desktop.
=begin pod¶
=begin output¶
Foo: B<bar>¶
Bar: I<foo>¶
=end output¶
=end pod¶
[Pod::Block::Named.new(name => "pod", config => {}, contents =>
[Pod::Block::Named.new(name => "output", config => {}, contents =>
[Pod::Block::Para.new(config => {}, contents =>
["Foo: ", Pod::FormattingCode.new(type => "B", meta => [], config => {}, contents => ["bar"]),
" Bar: ", Pod::FormattingCode.new(type => "I", meta => [], config => {}, contents => ["foo"]),
""
])
])
])
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment