typed_dag icon indicating copy to clipboard operation
typed_dag copied to clipboard

Denote Ruby codeblocks with ```ruby

Open sambostock opened this issue 8 months ago • 0 comments

This provides syntax highlighting.

BeforeAfter
# Fetch a root message with a specific subject.
message = Message.hierarchy_roots.where(subject: 'Some bogus')
# ...
# Fetch a root message with a specific subject.
message = Message.hierarchy_roots.where(subject: 'Some bogus')
# ...

sambostock avatar Aug 17 '25 17:08 sambostock