1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:50:19 +08:00
Files
osu-lazer/osu.Game/Overlays
T
复予 0fd0bd3580 Consider comments in wiki's front matter YAML (#36758)
This PR makes front matter items with comments able to be parsed
correctly by the client, for example:

```markdown
---
tags:
  - keyboard
  - tap
  - hybrid
  - play style
needs_cleanup: true  # https://github.com/ppy/osu-wiki/issues/9919
---

# Hybrid

...
```

The front matter YAML used by osu!wiki not complicated, so simply
splitting with `#` is possible.

---------

Co-authored-by: Dean Herbert <pe@ppy.sh>
0fd0bd3580 · 2026-03-07 01:41:59 +09:00
History
..
2025-12-15 19:22:11 +09:00
2024-11-26 14:45:40 +09:00
2025-04-04 22:48:33 +09:00
2025-12-15 19:22:11 +09:00
2025-07-15 10:24:14 +09:00
2025-02-07 17:33:32 +09:00