1. 06 Aug, 2024 1 commit
    • Simon Gene Gottlieb's avatar
      doc, fix: invalid liquid '{{...}}' tags · 8fbf344a
      Simon Gene Gottlieb authored
      jekyll/liquid got hung up on `{{"Daniel", 26}, {"Jesse", 24}}`.
      
      The reason is that `{{...}}` are used as variables that are replaced by
      there values. In this case we have a YAML object that looks the same.
      This issue can be fixed by surrounding the block into `{% raw %}...{%
      endraw %}` tags.
      8fbf344a
  2. 21 Sep, 2023 1 commit
  3. 23 Apr, 2020 1 commit
    • Martin Delille's avatar
      Include wiki content into a doc folder (#850) · 99222fc9
      Martin Delille authored
      
      
      * Copied Tutorial from Google Code wiki.
      
      * Initial Home page
      
      * Copied How To Parse A Document from Google Code wiki
      
      * Updated How To Parse A Document (markdown)
      
      * Updated How To Parse A Document (markdown)
      
      * Updated How To Parse A Document (Old API) (markdown)
      
      * Copied How To Emit YAML from Google Code wiki
      
      * Copied Breaking Changes from Google Code wiki
      
      * Copied Strings from Google Code wiki
      
      * Updated Strings (markdown)
      
      * Updated Home (markdown)
      
      * Fix typo.
      
      * Updated Breaking Changes (markdown)
      
      * Updated How To Parse A Document (Old API) (markdown)
      
      * Updated Breaking Changes (markdown)
      
      * Move wiki content to docs/
      
      * Improve markdown and add colored code syntax
      Co-authored-by: default avatarJesse Beder <jbeder+github@gmail.com>
      99222fc9