Open joewheaton opened 7 years ago
CTRL+/
) to see what's actually getting written to the text file. Okay, I just played with editing and a few thoughts:
-
instead of *
as the markdown documentation suggests? Not sure why?It seems below to work either with *
:
or with -
:
Don't know what to say. Maybe @philipbaileynar will have an idea?
I pushed a commit here: https://github.com/joewheaton-org/River-Styles-Workshop/commit/e9f57815fc4804c4221ab6fcc72bf1052e515155 to mannually get the spacing stuff fixed and using -
instead of *
.
@lhaycock posted this video showing how indentation works in Typora when previewing the MD, but it does not behave correctly when rendered in GitHub (see this page he refers to). If I had to guess, it might be a difference between indenting in Typora with a space or with tabs for indents? Maybe experiment with that. Looking here, it seems that the first nesting works fine in GitHub pages, but the third and beyond not so well? @philipbaileynar or @MattReimer, do you have any suggestions?