Skip to content

Allow declaration of variable values in the same source file #575

Description

@yamgent

From #553 (comment).

index.md:

<span id="color">red</span>
<font color="{{ color }}">my text</font>

However, a better syntax is needed, because outside of variables.md, <span>s are not always variables.


EDIT:

Per further discussions below, support such a syntax:

index.md:

<variable id="color">red</variable>

<font color="{{ color }}">my text</font>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions