You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
307 B

  1. # kunigu
  2. Just need to write
  3. ```
  4. {{kunigu @file.html}}
  5. ```
  6. inside the file, and run:
  7. ```
  8. ./kunigu
  9. ```
  10. All the files including the {{kunigu file.html}} will be processed, and will save a copy named fileOUT.html
  11. Also, can include Markdown files as HTML content:
  12. ```
  13. {{kunigu @file.html @--md-to-html}}
  14. ```