From 3d9e61b10bf60b8a15e08693825a0374099e32dd Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 10 Dec 2020 12:46:46 +0000 Subject: [PATCH] Documentation/lkl.txt: fix Markdown formatting Despite being a .txt file, this is symlinked as README.md at the root, so must be supposed to be Markdown. Throughout the file, triple backticks (```) were used around Markdown code blocks, but those code blocks were also indented. Both of these are ways of making a Markdown code block, but together they result in a top-level code block containing code that is indented four spaces, which was probably not the intention. Additionally, the backticks were not themselves indented, which had the effect of terminating the list they were supposed to be contained in, resulting in markup like this: ...
  • IPv6 gateway address

    key: "gateway6"
    value type: string

    the gateway IPv6 address of the LKL network stack.

  • 
         "gateway6":"2001:db8:0:f101::1"