Updated tutorial

This commit is contained in:
Rhet Turnbull 2021-04-23 15:50:58 -07:00
parent 9c60259089
commit aad435da36
2 changed files with 6 additions and 6 deletions

View File

@ -444,11 +444,11 @@ Explanation of the template string:
│ │ │ │ │ │ │
└──> insert title │ │ │ │ │
│ │ │ │ │ │
└───> is title blank?
└───> is there a title?
│ │ │ │ │
└───> if not, is descr blank?
└───> if so, is there a description?
│ │ │ │
└───> if not, insert new line
└───> if so, insert new line
│ │ │
└───> if descr is blank, insert nothing
│ │

View File

@ -282,11 +282,11 @@ Explanation of the template string:
│ │ │ │ │ │ │
└──> insert title │ │ │ │ │
│ │ │ │ │ │
└───> is title blank?
└───> is there a title?
│ │ │ │ │
└───> if not, is descr blank?
└───> if so, is there a description?
│ │ │ │
└───> if not, insert new line
└───> if so, insert new line
│ │ │
└───> if descr is blank, insert nothing
│ │