From 4aa1ca810ec5aba64f533567b98f59fb13d54f57 Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 10 Jul 2018 08:54:06 +0000 Subject: [PATCH] FIX literal markup. no blank after opening allowed, and there should be a blank after the closing apostrophs. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8221 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/docpy-writer/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/docpy-writer/README.txt b/sandbox/docpy-writer/README.txt index fcc98ce94..6badc8b24 100644 --- a/sandbox/docpy-writer/README.txt +++ b/sandbox/docpy-writer/README.txt @@ -106,8 +106,8 @@ Plain definition lists are only supported by transaltion to Returns the size in bytes of a ctypes type or instance memory buffer. Does the same as the C sizeof() function. -Note: the classifier must be preceeded by blank colon blank (`` : ``) - and no blank line before the descriptional text. +Note: the classifier must be preceeded by ``blank colon blank`` and no + blank line before the descriptional text. And the definition, e.g. ``sizeof(...)`` is processed as text only, any markup like bold or literal is lost. -- 2.11.4.GIT