Skip to content

Instantly share code, notes, and snippets.

@0xf10e
Created September 13, 2017 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xf10e/91f021b82a2bc4586b235e8f56c31f92 to your computer and use it in GitHub Desktop.
Save 0xf10e/91f021b82a2bc4586b235e8f56c31f92 to your computer and use it in GitHub Desktop.
HPR 2378 - lists and code blocks
  1. ok,
  2. let's
  3. see: foo, four spaces in as $HOST said doesn't work
  4. but
  5. what about three backticks?

echo $HPR

1. didn't work?
@0xf10e
Copy link
Author

0xf10e commented Sep 13, 2017

(can't edit my gist in fasthub??)

(this is about the host's comments about markdown in hpr2378 :: Why Docbook?)

  1. ok,

  2. let's

  3. see:
    $FOO
    four spaces in as $HOST said doesn't work
    echo "but $((3+4)) does"

    echo "right, only after a blank line"
    
  4. so,

  5. what about

  6. three backticks?

echo $HPR

1. didn't work?
  1. Looks like one should indent those
    $BACKTICK="`"
    
  2. $BACKTICKs (and the code) just the same amount
  3. of spaces as the
  4. other points on your list.
  5. Makes sense, right?

And on Mike Ray's comment:

Why wouldn't markdown
Support tables ?
ok, may just be
a common extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment