core: Fix doctest
Two code fences that do not contain are not marked as such, leading to false negatives when testing `radicle-core`. To remedy, mark these fences as text.
This commit is contained in:
parent
b41ce2e6fa
commit
bd5436d791
|
|
@ -2,11 +2,11 @@
|
||||||
//! is a Ed25519 public key.
|
//! is a Ed25519 public key.
|
||||||
//!
|
//!
|
||||||
//! The human-readable format is a multibase-encoded format of the underlying Ed25519 public key, i.e.
|
//! The human-readable format is a multibase-encoded format of the underlying Ed25519 public key, i.e.
|
||||||
//! ```
|
//! ```text
|
||||||
//! MULTIBASE(base58-btc, MULTICODEC(public-key-type, raw-public-key-bytes))
|
//! MULTIBASE(base58-btc, MULTICODEC(public-key-type, raw-public-key-bytes))
|
||||||
//! ```
|
//! ```
|
||||||
//! which results in strings that look like:
|
//! which results in strings that look like:
|
||||||
//! ```
|
//! ```text
|
||||||
//! z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
|
//! z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue