leboncoin/spark-android

[FR]: Fix 4-backtick fence close in Tag.md

Open

#2,122 opened on Jul 27, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Kotlin (31 forks)auto 404
componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM

Repository metrics

Stars
 (85 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the problem

Tag.md line 34 closes a code fence with four backticks instead of three. This breaks markdown rendering: everything after line 34 renders as a code continuation.

Describe the solution

Change the four backticks to three.

Additional context

Priority: Medium. Effort: XS.

Contributor guide