We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0182eaa commit b8a8787Copy full SHA for b8a8787
1 file changed
src/components/GridItem/Reference.astro
@@ -20,7 +20,7 @@ const { item } = Astro.props;
20
</p>
21
<p class="text-sm mt-xxs">
22
{
23
- `${item.data.description.replace(/<[^>]*>/g, "").split(/\.(\s|$)/, 1)[0]}.`
+ `${item.data.description.replace(/<[^>]*>/g, "").split(/(\.|。)(\s|$)/, 1)[0]}.`
24
}
25
26
</a>
0 commit comments