Saica
Saica
 @L4Ph I don't know why, but the `max-w-none` here seems to be overridden. Prepending a `!` should solve the problem. `!max-w-none` https://github.com/saicaca/fuwari/blob/8beeba81db3a5492aef52b712b47275013c74935/src/components/misc/Markdown.astro#L10
Let me fix it. Thank you for your contribution.
`` works, but it can only be used for images in the `/public` and remote images. For local images, you might need to use the `` components, in MDX files....
This shouldn't be related to the configuration. I'm not quite sure of the reason and will need some time to look into it.
Thank you for your effort. I might not have the enough time to tackle this problem recently. I think we can keep this PR open until we come up with...
I think this is a reasonable change. It makes sense for posts created on the same day to be sorted. The times on the built pages should have already been...
> If we ignore the time zone problem and keep the format just mentioned above, then a simple approach may be like this. > > ```js > function getDate() {...