From c9ba5dec940430e7b9b414b79483d9247b67edb8 Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Sat, 24 Aug 2024 10:09:09 -0500 Subject: [PATCH] doc: Fix typo --- docs/guide/html-template/ogp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/html-template/ogp.md b/docs/guide/html-template/ogp.md index 94476a2df..f70172076 100644 --- a/docs/guide/html-template/ogp.md +++ b/docs/guide/html-template/ogp.md @@ -10,7 +10,7 @@ The [Open Graph protocol](https://ogp.me/) specifies what goes in `` attri Emanote generates OGP meta tags for each note, using the following rules: -| Meta tag | How the value is determinec | +| Meta tag | How the value is determined | | ---------------- | ------------------------------------ | | `og:title` | The title of the note | | `og:description` | The first paragraph of the note[^wl] | @@ -24,4 +24,4 @@ Emanote generates OGP meta tags for each note, using the following rules: [^wl]: Wikilinks like `[[foo]]` render *as is* (due to a limitation). However, `[[foo|some text]]` will render as `some text` (the link text). If you do not wish to have wikilink syntax appearing in page description, specify a custom like in the second example. -[^img]: Unfortunately, embed wikilinks (eg.: `![[foo.jpeg]]`) are not recognized here. You should use regular links, eg.: `![](foo.jpeg)`. \ No newline at end of file +[^img]: Unfortunately, embed wikilinks (eg.: `![[foo.jpeg]]`) are not recognized here. You should use regular links, eg.: `![](foo.jpeg)`.