From 062ed5a67cbe721e1ec7d896932932f092e89944 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 16 Aug 2018 18:01:32 -0500 Subject: [PATCH] Use code font for `jl_value_t` in h2 (#28702) By just using text, the underscores around value are interpreted as begin/end italics. (cherry picked from commit 1fee8a48f5e5ca78d236228eabab91ae129468c2) --- doc/src/devdocs/object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/devdocs/object.md b/doc/src/devdocs/object.md index cf9223f768d96..49d1e46724301 100644 --- a/doc/src/devdocs/object.md +++ b/doc/src/devdocs/object.md @@ -1,6 +1,6 @@ # Memory layout of Julia Objects -## Object layout (jl_value_t) +## Object layout (`jl_value_t`) The `jl_value_t` struct is the name for a block of memory owned by the Julia Garbage Collector, representing the data associated with a Julia object in memory. Absent any type information, it