Writing

Github Pages Notes


How meta!

   But a "normal" indent which does not match the indentation does not.
  • The previous example’s fenced code blocks also shows another feature: If the code is aligned with the fence (i.e., ```) like “And it keeps going” is, then the code is shown with no indentation. If, however, the code is indented more or less like “This works like this” is, then the code is indented.
  • To choose “no layout”, just use the following in the frontmatter YAML:

    ---
    layout:
    ---