Skip to content

Commit

Permalink
Fix raw HTML warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Nov 19, 2024
1 parent f7c5769 commit 63d7d4d
Show file tree
Hide file tree
Showing 13 changed files with 171 additions and 171 deletions.
132 changes: 66 additions & 66 deletions exampleSite/content/en/blog/bootstrap-elements.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions exampleSite/content/en/blog/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Hinode provides several shortcodes on top of the common [Bootstrap elements]({{%

As an example, the following shortcode shows an animation that plays on hover.

<!-- markdownlint-disable MD037 -->
{{% comment %}}<!-- markdownlint-disable MD037 -->{{% /comment %}}
{{< example lang="hugo" >}}
{{</* animation data="gatin.json" auto=false hover=true class="col-6 mx-auto" */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
{{% comment %}}<!-- markdownlint-enable MD037 -->{{% /comment %}}

## Data tables

As an example, the following shortcode displays a responsive table that uses advanced controls.

<!-- markdownlint-disable MD037 MD058 -->
{{% comment %}}<!-- markdownlint-disable MD037 MD058 -->{{% /comment %}}
{{< example lang="markdown" >}}
{{</* table sortable="true" paging="true" searchable="true" pagingOptionPerPage=5 */>}}
| # | Heading |
Expand Down Expand Up @@ -66,7 +66,7 @@ As an example, the following shortcode displays a responsive table that uses adv
| 30. | Item 30 |
{{</* /table */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
{{% comment %}}<!-- markdownlint-enable MD037 -->{{% /comment %}}

## Formula (KaTeX)

Expand All @@ -85,8 +85,8 @@ $$\forall x \in X, \quad \exists y \leq \epsilon$$

As an example, the following shortcode displays an interactive map of the city of Amsterdam.

<!-- markdownlint-disable MD037 -->
{{% comment %}}<!-- markdownlint-disable MD037 -->{{% /comment %}}
{{< example lang="hugo" >}}
{{</* map lat=52.377 long=4.90 zoom=13 popup="Amsterdam Central Station" popup-lat=52.378062 popup-long=4.900562 */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
{{% comment %}}<!-- markdownlint-enable MD037 -->{{% /comment %}}
12 changes: 6 additions & 6 deletions exampleSite/content/en/blog/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ thumbnail:

As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.

<!-- markdownlint-disable MD037 -->
{{% comment %}}<!-- markdownlint-disable MD037 -->{{% /comment %}}
{{< example lang="hugo" >}}
{{</* image src="https://res.cloudinary.com/demo/dog.webp"
ratio="21x9" caption="Cloudinary image" class="rounded" plain=true */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
{{% comment %}}<!-- markdownlint-enable MD037 -->{{% /comment %}}

## ImageKit.io

As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.

<!-- markdownlint-disable MD037 -->
{{% comment %}}<!-- markdownlint-disable MD037 -->{{% /comment %}}
{{< example lang="hugo" >}}
{{</* image src="https://ik.imagekit.io/demo/default-image.jpg"
ratio="21x9" caption="ImageKit.io image" class="rounded" anchor="Center" */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
{{% comment %}}<!-- markdownlint-enable MD037 -->{{% /comment %}}

## Imgix

As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio.

<!-- markdownlint-disable MD037 -->
{{% comment %}}<!-- markdownlint-disable MD037 -->{{% /comment %}}
{{< example lang="hugo" >}}
{{</* image src="https://assets.imgix.net/examples/bluehat.jpg"
ratio="21x9" caption="imgix image" class="rounded" anchor="Top" */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
{{% comment %}}<!-- markdownlint-enable MD037 -->{{% /comment %}}
2 changes: 1 addition & 1 deletion exampleSite/content/en/cookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Cookie policy of gethinode.com
date: 2024-09-19
layout: docs
---
<!-- markdownlint-disable MD036 -->
{{% comment %}}<!-- markdownlint-disable MD036 -->{{% /comment %}}
*Effective Date 19-Sep-2024*

## What are cookies?
Expand Down
8 changes: 4 additions & 4 deletions exampleSite/content/en/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Privacy policy of gethinode.com
date: 2024-09-19
layout: docs
---
<!-- markdownlint-disable MD036 -->
{{% comment %}}<!-- markdownlint-disable MD036 -->{{% /comment %}}
*Effective Date 19-Sep-2024*

This Privacy Policy describes the policies of gethinode.com on the collection, use and disclosure of your information that we collect when you use our website (https://gethinode.com, referred to as the “Service”). By accessing or using the Service, you are consenting to the collection, use and disclosure of your information in accordance with this Privacy Policy. If you do not consent to the same, please do not access or use the Service.
Expand All @@ -24,7 +24,7 @@ We may also disclose your personal information for the following: (1) to comply

## Your rights

Depending on the law that applies, you may have a right to access and rectify or erase your personal data or receive a copy of your personal data, restrict or object to the active processing of your data, ask us to share (port) your personal information to another entity,withdraw any consent you provided to us to process your data, a right to lodge a complaint with a statutory authority and such other rights as may be relevant under applicable laws. <!-- To exercise these rights, you can write to us at [email protected]. We will respond to your request in accordance with applicable law. -->
Depending on the law that applies, you may have a right to access and rectify or erase your personal data or receive a copy of your personal data, restrict or object to the active processing of your data, ask us to share (port) your personal information to another entity,withdraw any consent you provided to us to process your data, a right to lodge a complaint with a statutory authority and such other rights as may be relevant under applicable laws. {{% comment %}}<!-- To exercise these rights, you can write to us at [email protected]. We will respond to your request in accordance with applicable law. -->{{% /comment %}}

Do note that if you do not allow us to collect or process the required personal information or withdraw the consent to process the same for the required purposes, you may not be able to access or use the services for which your information was sought.

Expand All @@ -40,8 +40,8 @@ The security of your information is important to us and we will use reasonable s

Our Service may contain links to other websites that are not operated by us. This Privacy Policy does not address the privacy policy and other practices of any third parties, including any third party operating any website or service that may be accessible via a link on the Service. We strongly advise you to review the privacy policy of every site you visit. We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.

<!-- ## Grievance / Data Protection Officer
{{% comment %}}<!-- ## Grievance / Data Protection Officer

If you have any queries or concerns about the processing of your information that is available with us, you may email us at [email protected]. We will address your concerns in accordance with applicable law. -->
If you have any queries or concerns about the processing of your information that is available with us, you may email us at [email protected]. We will address your concerns in accordance with applicable law. -->{{% /comment %}}

*Privacy Policy generated with {{< link "https://www.cookieyes.com" >}}CookieYes{{< /link >}}.*
Loading

0 comments on commit 63d7d4d

Please sign in to comment.