implemented simple parsing

This commit is contained in:
jem 2018-05-17 09:08:09 +02:00
parent 9607657cc1
commit 6918ba27e8
3 changed files with 64 additions and 5 deletions

View file

@ -4,7 +4,8 @@ The user can include page title, abstract or the whole content in a given page.
## Thoughts & Questions
* Which include syntax should be used?
* page include can be definde alongsite of image includes - sth. like `#[indent-level](relative or absolute url)`
* page include can be definde alongsite of image includes - sth. like
`&[:indent-heading s/Num :indent-list s/Num](relative or absolute url s/Str)`
* Which kind of urls should we accept for page includes?
* relative local urls (we will need some care to prohibit directory traversal ...)
* absolute github / gitlab / gitblit urls without authentication.