From 79f06369b71e69311d2c58878fe6f34645ba29d5 Mon Sep 17 00:00:00 2001 From: b4rtz Date: Thu, 3 Dec 2020 18:41:35 +0100 Subject: [PATCH] #11644 Fix footnotes for slate theme * Fix based on solution found in gh issue : https://github.com/pages-themes/slate/issues/40#issue-620263164 --- _config.yml | 2 ++ assets/css/style.scss | 9 +++++++++ index.md | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 assets/css/style.scss diff --git a/_config.yml b/_config.yml index cbe9d8a..bbb3d01 100644 --- a/_config.yml +++ b/_config.yml @@ -5,3 +5,5 @@ description: User guide for Silobreaker transforms in Maltego url: "https://silobreaker.github.io/MaltegoDocumentation" theme: jekyll-theme-slate markdown: CommonMarkGhPages +commonmark: + options: ["FOOTNOTES"] diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..7e5db71 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,9 @@ +--- +--- + +@import "{{ site.theme }}"; +sup { + font-size: 65%; + vertical-align: super; + font-weight: bold; +} diff --git a/index.md b/index.md index fd8f762..0681e5f 100644 --- a/index.md +++ b/index.md @@ -38,7 +38,7 @@ Some of our transforms uses **lists** from Silobreaker. For these transforms to * Hacktivist Operations ### Entities -Installing Silobreaker transforms also includes a custom entity set. Our transforms can return both Maltego and Silobreaker entities depending on the transform being used. Maltego entities are used when the returned entity type exists in both Maltego and Silobreaker. Otherwise, a Silobreaker custom entity will be returned. In both cases the returned entity will have a Silobreaker icon. Visit our [user guide](https://my.silobreaker.com/Help-v2/basics/entities/#entity-types) to read more about our entities [1](#footnote1). +Installing Silobreaker transforms also includes a custom entity set. Our transforms can return both Maltego and Silobreaker entities depending on the transform being used. Maltego entities are used when the returned entity type exists in both Maltego and Silobreaker. Otherwise, a Silobreaker custom entity will be returned. In both cases the returned entity will have a Silobreaker icon. Visit our [user guide](https://my.silobreaker.com/Help-v2/basics/entities/#entity-types) to read more about our entities [^1]. ## Association/relation Transforms @@ -308,4 +308,4 @@ This special transform is used to investigate relations. If you have used any of Same as `Document Evidence For Link` including paste results. ___ -1 You must have a Silobreaker user account to view the user guide. [↩](#f1) +[^1]: You must have a Silobreaker user account to view the user guide.