From bf18995d43aa775e3b472cf359b6c84b204c6320 Mon Sep 17 00:00:00 2001 From: Timo Lins Date: Mon, 27 Apr 2020 12:27:37 +0200 Subject: [PATCH] Update README for Web Bookmark support - Also add missing Table Of Contents --- README.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 3d6bbe3..e34011e 100644 --- a/README.md +++ b/README.md @@ -91,26 +91,27 @@ List of pages that implement this library. Most common block types are supported. We happily accept pull requests to add support for the missing blocks. -| Block Type | Supported | Notes | -| ------------- | ---------- | ----------------- | -| Text | ✅ Yes | | -| Heading | ✅ Yes | | -| Image | ✅ Yes | | -| Image Caption | ✅ Yes | | -| Bulleted List | ✅ Yes | | -| Numbered List | ✅ Yes | | -| Quote | ✅ Yes | | -| Callout | ✅ Yes | | -| Column | ✅ Yes | | -| iframe | ✅ Yes | | -| Video | ✅ Yes | Only embed videos | -| Divider | ✅ Yes | | -| Link | ✅ Yes | | -| Code | ✅ Yes | | -| Databases | ❌ Missing | | -| Checkbox | ❌ Missing | | -| Toggle List | ❌ Missing | | -| Web Bookmark | ❌ Missing | | +| Block Type | Supported | Notes | +| ----------------- | ---------- | -------------------- | +| Text | ✅ Yes | | +| Heading | ✅ Yes | | +| Image | ✅ Yes | | +| Image Caption | ✅ Yes | | +| Bulleted List | ✅ Yes | | +| Numbered List | ✅ Yes | | +| Quote | ✅ Yes | | +| Callout | ✅ Yes | | +| Column | ✅ Yes | | +| iframe | ✅ Yes | | +| Video | ✅ Yes | Only embedded videos | +| Divider | ✅ Yes | | +| Link | ✅ Yes | | +| Code | ✅ Yes | | +| Web Bookmark | ✅ Yes | | +| Databases | ❌ Missing | | +| Checkbox | ❌ Missing | | +| Toggle List | ❌ Missing | | +| Table Of Contents | ❌ Missing | | ## Credits