Commit e10e78741346e64757b60de57c5f515c8a73ad7e

Authored by Jay Berkenbilt
1 parent cac844e0

Explicitly mark perl codeblock as such

Showing 2 changed files with 3 additions and 8 deletions
... ... @@ -26,12 +26,6 @@ Entities/Unicode
26 26  
27 27 <!ENTITY lastreleased "November 16, 2021"> (not needed)
28 28  
29   -Elements:
30   -
31   -See https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html
32   -
33   -<appendix>/<chapter>/<preface> -- no distinction
34   -<programlisting> went to :: -- check them each
35 29 Make sure the information from <book> is in there
36 30  
37 31 Additional cleanup:
... ... @@ -44,7 +38,8 @@ Future work:
44 38 * README-maintainer: Fix installation of documentation to website
45 39 * Release notes link changed (need #ref.release-notes as well as #release-note)
46 40 * Decide about readthedocs; if using, with multiple versions/latest
47   -* Change order of sections
  41 +* Change order of sections. Disinction between
  42 + <preface>/<chapter>/<appendix> was lost
48 43 * Get navigation working properly
49 44 * Generate stuff (options, code samples, etc.) as needed
50 45 * Figure out where to put :ref:`search` so we get doc search
... ...
manual/index.rst
... ... @@ -3435,7 +3435,7 @@ stream (since linearization tables are bit streams written without
3435 3435 regard to byte boundaries), you can pipe the resulting data through the
3436 3436 following perl code:
3437 3437  
3438   -::
  3438 +.. code-block:: perl
3439 3439  
3440 3440 use bytes;
3441 3441 binmode STDIN;
... ...