From 12c11df9bb748ca71f125eabf65e6a20e9c5ac2f Mon Sep 17 00:00:00 2001 From: dhh1128 Date: Fri, 8 Jul 2022 11:59:01 +0200 Subject: [PATCH] various bits of progress Signed-off-by: dhh1128 --- docs/spec/README.md | 8 +-- docs/spec/asides.md | 33 +++++++++ docs/spec/highlights.md | 18 +++++ docs/spec/hypertext-state.md | 14 ++++ docs/spec/hypertext.md | 104 +++++++++++++---------------- docs/spec/metadata.md | 24 +++++++ docs/spec/tables.md | 34 ++++++++++ docs/tests/autolinks.html | 3 + docs/tests/autolinks.i | 3 + docs/tests/contrived messy ID.html | 1 + docs/tests/contrived messy ID.i | 1 + docs/tests/normal hyperlink.html | 1 + docs/tests/normal hyperlink.i | 1 + docs/tests/terse hyperlink.html | 1 + docs/tests/terse hyperlink.i | 1 + 15 files changed, 186 insertions(+), 61 deletions(-) create mode 100644 docs/spec/asides.md create mode 100644 docs/spec/highlights.md create mode 100644 docs/spec/hypertext-state.md create mode 100644 docs/spec/metadata.md create mode 100644 docs/spec/tables.md create mode 100644 docs/tests/autolinks.html create mode 100644 docs/tests/autolinks.i create mode 100644 docs/tests/contrived messy ID.html create mode 100644 docs/tests/contrived messy ID.i create mode 100644 docs/tests/normal hyperlink.html create mode 100644 docs/tests/normal hyperlink.i create mode 100644 docs/tests/terse hyperlink.html create mode 100644 docs/tests/terse hyperlink.i diff --git a/docs/spec/README.md b/docs/spec/README.md index f880691a..0bf7320a 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -13,15 +13,13 @@ Note which audience member is listed first. One of the goals of intent is to kee ### IML -IML is a variation of [Github-Flavored Markdown](https://github.github.com/gfm/) (which is in turn a variation of [CommonMark](https://spec.commonmark.org/)). Rather than reproducing a slight variation on the GFM spec here, only differences are documented. +IML is a variation of [Github-Flavored Markdown](https://github.github.com/gfm/) (which is in turn a variation of [CommonMark](https://spec.commonmark.org/)). Rather than reproducing a slight variation on the GFM spec here, intent's documentation of IML emphasizes just the differences. #### Different assumptions -Markdown prioritizes the goal of generating content that can display safely inside a containing website. This means it favors simple syntax, even at the expense of expressive power. Typically, implementations also sanitize various HTML constructs (CSS, `