When writing notes, I often have inline source code I need to reference. There's no documented mechanism of accomplishing this in subtext that I can find.
Examples:
We can look at the state of the raft peers via consul operator raft list-peers. If there's no leader, it won't return, and you instead need to pass the -stale flag to read from a follower.
When writing notes, I often have inline source code I need to reference. There's no documented mechanism of accomplishing this in subtext that I can find.
Examples: