Skip to content

Commit

Permalink
Merge pull request #31 from 1673beta/mfm-cheat-sheat-fix
Browse files Browse the repository at this point in the history
Mfm cheat sheat fix
  • Loading branch information
1673beta authored Mar 23, 2024
2 parents 26d18ce + 90f674a commit be13d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ _mfm:
plainDescription: "ๅ†…ๅดใฎๆง‹ๆ–‡ใ‚’ๅ…จใฆ็„กๅŠนใซใ—ใพใ™ใ€‚"
ruby: "ใƒซใƒ“"
rubyDescription: "ๆ–‡ๅญ—ใฎไธŠใซใƒซใƒ“ใ‚’่กจ็คบใ—ใพใ™ใ€‚"
border: "border"
border: "ใƒœใƒผใƒ€ใƒผ"
borderDescription: "ๅ†…ๅฎนใ‚’ๆž ็ทšใงๅ›ฒใ‚€ใ“ใจใŒใงใใพใ™ใ€‚"

_instanceTicker:
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/mfm-cheat-sheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const preview_fg = ref('$[fg.color=ffbcdc Cherry]$[fg.color=b1d3ff Pick]');
const preview_bg = ref('$[bg.color=ffbcdc Cherry]$[bg.color=b1d3ff Pick]');
const preview_plain = ref('<plain>**bold** @mention #hashtag `code` $[x2 ๐Ÿฎ]</plain>');
const preview_ruby = ref('$[ruby CherryPick Misskey]');
const preview_border = ref('$[border Example]\n$[border.color=ffbcdc Cherry]$[border.color=b1d3ff Pick]\n\n$[border $[position.x=1.5 MFM]\n$[position.x=1.5 ใชใ‚“ใ‚‚ใ‚ใ‹ใ‚‰ใ‚“]]\n$[border.noclip $[position.x=1.5 MFM]\n$[position.x=1.5 ๅฎŒๅ…จใซ็†่งฃใ—ใŸ]]\n\n$[border.radius=4 ่ง’ไธธใฎๅŠๅพ„] $[border.width=4 ๆž ็ทšใฎๅคชใ•]\n$[border.style=solid ใ“ใ‚ŒใŒๆ™ฎ้€š]\n$[border.style=hidden ๆž ็ทšใ‚’้š ใ›ใ‚‹]\n$[border.style=dotted ใƒ‰ใƒƒใƒˆ]\n$[border.style=dashed ็‚น็ทš]\n$[border.style=double ไบŒ้‡ๆž ]\n$[border.style=groove ้ก็ธ1]\n$[border.style=ridge ้ก็ธ2]\n$[border.style=inset ใ‚คใƒณใ‚ปใƒƒใƒˆ]\n$[border.style=outset ใ‚ขใ‚ฆใƒˆใ‚ปใƒƒใƒˆ] ');
const preview_border = ref('$[border Example]\n$[border.color=ffbcdc Cherry]$[border.color=b1d3ff Pick]\n\n$[border $[position.x=1.5 MFM]\n$[position.x=1.5 ใชใ‚“ใ‚‚ใ‚ใ‹ใ‚‰ใ‚“]]\n$[border.noclip $[position.x=1.5 MFM]\n$[position.x=1.5 ๅฎŒๅ…จใซ็†่งฃใ—ใŸ]]\n\n$[border.radius=4 ่ง’ไธธใฎๅŠๅพ„] $[border.width=4 ๆž ็ทšใฎๅคชใ•]\n$[border.style=solid ใ“ใ‚ŒใŒๆ™ฎ้€š]\n$[border.style=hidden ๆž ็ทšใ‚’้š ใ›ใ‚‹]\n$[border.style=dotted ใƒ‰ใƒƒใƒˆ]\n$[border.style=dashed ็‚น็ทš]\n$[border.style=double ไบŒ้‡ๆž ]\n\n$[border.style=groove ้ก็ธ1]\n$[border.style=ridge ้ก็ธ2]\n\n$[border.style=inset ใ‚คใƒณใ‚ปใƒƒใƒˆ]\n$[border.style=outset ใ‚ขใ‚ฆใƒˆใ‚ปใƒƒใƒˆ]\n\n$[border.radius=8,width=4,color=b1d3ff,style=dotted,noclip $[position.x=1.5 ใƒœใƒผใƒ€ใƒผMFM]\n$[position.x=1.5 ๅฎŒๅ…จใซ็†่งฃใ—ใŸ]]');
const headerActions = computed(() => []);
Expand Down

0 comments on commit be13d44

Please sign in to comment.