Skip to content
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

Integrate Macrodown #826

Closed
Ducasse opened this issue Aug 5, 2024 · 6 comments
Closed

Integrate Macrodown #826

Ducasse opened this issue Aug 5, 2024 · 6 comments
Labels

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Aug 5, 2024

The analysis leads to two points.

##Line Breaks
How to support line break without breaking existing documents.

solution

Introduce a new markup (and not double spaces - what a bad design idea) such as <br>
We have to check because GH does not support double spaces but may be it supports <br>
Indeed it does read the text to see that I added a
so I would be in favor of using

Raw Paragraph

I do not really get why <div conflicts with <! environment so this should be invesitagated.

Solution

  • either it works and we just have to introduce RawParagraph in the model.
  • or we rename <! into something else and use < for top level element for raw paragraph.
@Ducasse Ducasse added the ForStef label Aug 5, 2024
@Ducasse
Copy link
Contributor Author

Ducasse commented Aug 9, 2024

For now I will package what I did in a separate package and see.

@Ducasse
Copy link
Contributor Author

Ducasse commented Aug 14, 2024

Ok I finally got it and double space produces a Go to the next line but within the space.
So we will introduce

@Ducasse
Copy link
Contributor Author

Ducasse commented Aug 20, 2024


This is a paragraph <br>
It continues like this. 

This is a paragraph

It continues like this.

@Ducasse
Copy link
Contributor Author

Ducasse commented Aug 20, 2024

This is a paragraph ending with a double space character
It continues like this.

@Ducasse
Copy link
Contributor Author

Ducasse commented Aug 20, 2024

This is a paragraph ending with a double space character ~~
It continues like this.

@Ducasse
Copy link
Contributor Author

Ducasse commented Oct 17, 2024

Done

@Ducasse Ducasse closed this as completed Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant