Browse Source

📝 Tweak links format (#14505)

pull/14507/head
Sebastián Ramírez 7 months ago
committed by GitHub
parent
commit
4c4d520198
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/docs/_llm-test.md
  2. 4
      docs/en/docs/index.md

4
docs/en/docs/_llm-test.md

@ -15,7 +15,7 @@ Use as follows:
The tests: The tests:
## Code snippets { #code-snippets} ## Code snippets { #code-snippets }
//// tab | Test //// tab | Test
@ -53,7 +53,7 @@ See for example section `### Quotes` in `docs/de/llm-prompt.md`.
//// ////
## Quotes in code snippets { #quotes-in-code-snippets} ## Quotes in code snippets { #quotes-in-code-snippets }
//// tab | Test //// tab | Test

4
docs/en/docs/index.md

@ -52,13 +52,13 @@ The key features are:
<!-- sponsors --> <!-- sponsors -->
### Keystone Sponsor ### Keystone Sponsor { #keystone-sponsor }
{% for sponsor in sponsors.keystone -%} {% for sponsor in sponsors.keystone -%}
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
{% endfor -%} {% endfor -%}
### Gold and Silver Sponsors ### Gold and Silver Sponsors { #gold-and-silver-sponsors }
{% for sponsor in sponsors.gold -%} {% for sponsor in sponsors.gold -%}
<a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a> <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>

Loading…
Cancel
Save