Skip to content

the element position confused after processed with thymeleafjs #51

@paopaolee

Description

@paopaolee

bug

const thymeleaf = require("thymeleaf");
const fs = require("fs");
const json = JSON.parse(fs.readFileSync("./demo.json", "utf8"));
const templateEngine = new thymeleaf.TemplateEngine(
  thymeleaf.STANDARD_CONFIGURATION
);
templateEngine
  .process(fs.readFileSync("./demo2.html", "utf8"), json)
  .then((result) => {
    console.log(result);
  })

@ultraq

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions