betterwithage commited on
Commit
70e796a
·
verified ·
1 Parent(s): bf96b58

fix(card): render badge/link row inside HTML block as raw HTML

Browse files

Markdown is not parsed inside HTML blocks (CommonMark); converted affected lines to raw HTML so the card renders correctly.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ license: apache-2.0
11
  ---
12
 
13
  <p align="center">
14
- [![kernel hub](https://img.shields.io/badge/kernel%20hub-torch--universal-5b8dee?style=flat-square)](https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/tree/main/build/torch-universal/szl_lambda_gate)
15
- [![provenance](https://img.shields.io/badge/provenance-MODEL_PROVENANCE.json-3af4c8?style=flat-square)](https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/blob/main/MODEL_PROVENANCE.json)
16
- [![license](https://img.shields.io/badge/license-Apache--2.0-7e8aa3?style=flat-square)](https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/blob/main/LICENSE)
17
  </p>
18
 
19
  # szl-lambda-gate
 
11
  ---
12
 
13
  <p align="center">
14
+ <a href="https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/tree/main/build/torch-universal/szl_lambda_gate"><img src="https://img.shields.io/badge/kernel%20hub-torch--universal-5b8dee?style=flat-square" alt="kernel hub"></a>
15
+ <a href="https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/blob/main/MODEL_PROVENANCE.json"><img src="https://img.shields.io/badge/provenance-MODEL_PROVENANCE.json-3af4c8?style=flat-square" alt="provenance"></a>
16
+ <a href="https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-7e8aa3?style=flat-square" alt="license"></a>
17
  </p>
18
 
19
  # szl-lambda-gate