diff --git a/README.md b/README.md index 1614ab7..0ba79ce 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ There is a markup language which makes writing long blog posts, memex entries, e // shorthand for an audio player {_/path/to/media} +// shorthand for a video player +{]id|/path/to/video|/path/to/thumbnail|fallback alt text for thumbnail image if HTML5 video is not supported} + // shorthand for paragraphs, can embed other markup inside it {¶graph text {with a link} {@and some bold text}} @@ -113,7 +116,7 @@ The following macros are available in `config.h` to customize to your liking. - **TAG\_BODY\_SIZE**: max size for an individual markup body (ie, a markup token as above, minus the curly brackets and the rune), in bytes - **NAME**: the title of the site - **DOMAIN**: currently unused - - **LOGO**: currently unused + - **LOGO**: HTML to put in the header h1 verbatim - **ABOUT**: HTML content for the front page, placed between `
` and `