[jira] [Created] (FLINK-17929) Fix invalid liquid expressions

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-17929) Fix invalid liquid expressions

Shang Yuanchun (Jira)
Dawid Wysakowicz created FLINK-17929:
----------------------------------------

             Summary: Fix invalid liquid expressions
                 Key: FLINK-17929
                 URL: https://issues.apache.org/jira/browse/FLINK-17929
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.11.0
            Reporter: Dawid Wysakowicz
            Assignee: Dawid Wysakowicz


The {{{{.ID}}}} expression in ops/deployment/docker.md should be escaped, otherwise it is not properly rendered.

{code}
      Generating...
    Liquid Warning: Liquid syntax error (line 331): [:dot, "."] is not a valid expression in "{{.ID}}" in ops/deployment/docker.md
    Liquid Warning: Liquid syntax error (line 357): [:dot, "."] is not a valid expression in "{{.ID}}" in ops/deployment/docker.md
    Liquid Warning: Liquid syntax error (line 331): [:dot, "."] is not a valid expression in "{{.ID}}" in ops/deployment/docker.zh.md
    Liquid Warning: Liquid syntax error (line 357): [:dot, "."] is not a valid expression in "{{.ID}}" in ops/deployment/docker.zh.md
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)