Skip to content

Commit

Permalink
Add index to the documentation (cont.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 26, 2021
1 parent 2f8e85e commit 32d93e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@

% Set up index.
\DisableCrossrefs
\IndexPrologue{%
\section*{\indexname}%
\addcontentsline{toc}{section}{\indexname}}
\makeatletter\c@IndexColumns=2\makeatother
\usepackage{makeidx}
\usepackage[columns=1, totoc]{idxlayout}
\makeindex

\newcommand\mdef[1]{% A TeX macro definition
Expand Down Expand Up @@ -15322,7 +15319,7 @@ function M.writer.new(options)
% \begin{markdown}
%
% The \luamdef{languages_json} table maps programming language filename
% extensions to fence infostrings. All \luam{options.contentBlocksLanguageMap}
% extensions to fence infostrings. All `options.`\luam{contentBlocksLanguageMap}
% files located by the KPathSea library are loaded into a chain of tables.
% \luam{languages_json} corresponds to the first table and is chained with
% the rest via Lua metatables.
Expand All @@ -15337,7 +15334,7 @@ function M.writer.new(options)
% \begin{markdown}
%
% If the KPathSea library is unavailable, perhaps because we are using
% LuaMeta\TeX, we will only locate the \luam{options.contentBlocksLanguageMap}
% LuaMeta\TeX, we will only locate the `options.`\luam{contentBlocksLanguageMap}
% in the current working directory:
%
% \end{markdown}
Expand Down

0 comments on commit 32d93e8

Please sign in to comment.