max-nextcloud
max-nextcloud
> @vinicius73 As discussed, we should address that during early development of 25, but probably after #2278 is merged The new approach to #2278 (using webpack to build a minimal...
Changed the issue description to refer to the remaining part of the issue.
I think #2775 will fix this. What's happening here is that enter was always understood to mean start a new paragraph. Having a bit of spacing between paragraphs is to...
This looks really great! :clap:
The [security recommendations of markdown-it](https://github.com/markdown-it/markdown-it/blob/master/docs/security.md) say: > `markdown-it` provides 2 possible strategies to produce safe output: > 1. Don't enable HTML. Extend markup features with [plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin). We think it's the...
I think it's theoretically possible to fix this issue - or at least some aspects of it. Markdown files are processed by text like this: 1. turned into html by...
@dumblob Did i understand you correctly that with pandoc you can do markdown -> html -> markdown that preserves the markdown encoding? I'd be very impressed but also kind of...
Let's check in with @jancborchardt or @juliushaertl about the original design considerations. I can add that the positioning of the popover menu has been difficult to get right and at...
I think the next step here would be more research in terms of tools we could build upon.