-
-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - List formatting in notes missing spacing #2854
Comments
Can you please include the actual text you're entering, what you expect it to have looked like, and what it actually does look like. |
Another example on top of the one in the OP: To customize this recipe to your specific container, do the following:
1. Weigh your container, empty, and write down the number, in grams
2. Fill your container with water to the height of the candle, and weigh again, in grams; write this down
3. Subtract #1 from #2 above to get your `Water Weight`
4. Multiply the `Water Weight` by `0.88` to get your `Total Weight`
5. To get your `Wax Weight`, divide `Total Weight` by `1.08`
6. To get your `Fragrance Oil Weight`, multiply `(Water Weight * 0.88) - Wax Weight`
For this recipe, we measured 223g of water per-container. Our calculations were thus, as an example: There should be a vertical space between the last list item and the next paragraph. |
It appears that the issue lies with the VueMarkdown component from @adapttive/vue-markdown. The breaks prop, which should convert \n into |
On my local server, I can trying to add test the code solution below in the RecepieNotes.vue but the changes are not rending. |
First Check
What is the issue you are experiencing?
When entering a note (and, I presume, with any Markdown), spacing is missing from any ordered (and I presume unordered) list.
Steps to Reproduce
Create a list in a note with Markdown, then add a paragraph after.
Please provide relevant logs
N/A
Mealie Version
1.0.0-RC2
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: