Skip to content

About reference to other files #1000

Description

@Ducasse

While <!inputFile=file.md!> is actually parsing the file and producing a tree that replaces the inputfile node, hyperlinks do not work the same way.

Traditionnally in pillar we could write

 *more...>article.pillar*

which is

 [more...](article.pillar) 

and the link would point to the rendered version of the referenced files. In HTML article.html.
In LaTeX it should be probably '\ref{labelDefinedInTheFile}

We should offer the same because right now we have to write

 [more...](article.html) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions