1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 01:47:04 +08:00
Files
osu-lazer/osu.Game/Overlays/Wiki
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
..
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00