Browse Source

[docs]: fix some broken x-refs, fixes #170.

pull/172/head v2.9.3+docs1
Fredrik Ekre 4 years ago
parent
commit
eb3d236244
  1. 6
      docs/src/pipeline.md

6
docs/src/pipeline.md

@ -16,7 +16,7 @@ see [Custom pre- and post-processing](@ref Custom-pre-and-post-processing).
The next step is to perform all of the built-in default replacements. The next step is to perform all of the built-in default replacements.
CRLF style line endings (`"\r\n"`) are replaced with LF line endings (`"\n"`) to simplify CRLF style line endings (`"\r\n"`) are replaced with LF line endings (`"\n"`) to simplify
internal processing. Next, line filtering is performed, see [Filtering Lines](@ref), internal processing. Next, line filtering is performed, see [Filtering lines](@ref),
meaning that lines starting with `#md `, `#nb ` or `#jl ` are handled (either just meaning that lines starting with `#md `, `#nb ` or `#jl ` are handled (either just
the token itself is removed, or the full line, depending on the output target). the token itself is removed, or the full line, depending on the output target).
The last pre-processing step is to expand the convenience "macros" described The last pre-processing step is to expand the convenience "macros" described
@ -118,8 +118,8 @@ is that `#+` enables Documenter's "continued"-blocks, see the
After the parsing it is time to generate the output. What is done in this step is After the parsing it is time to generate the output. What is done in this step is
very different depending on the output target, and it is described in more detail in very different depending on the output target, and it is described in more detail in
the Output format sections: [Markdown Output](@ref), [Notebook Output](@ref) and the Output format sections: [Markdown output](@ref), [Notebook output](@ref) and
[Script Output](@ref). Using the default settings, the following is happening: [Script output](@ref). Using the default settings, the following is happening:
* Markdown output: markdown chunks are printed as-is, code chunks are put inside * Markdown output: markdown chunks are printed as-is, code chunks are put inside
a code fence (defaults to `@example`-blocks), a code fence (defaults to `@example`-blocks),

Loading…
Cancel
Save