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

Add dl dt dd tags support #75

Open
fgazat opened this issue Aug 9, 2023 · 1 comment
Open

Add dl dt dd tags support #75

fgazat opened this issue Aug 9, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed plugin

Comments

@fgazat
Copy link

fgazat commented Aug 9, 2023

I want to add processing of specified tags. It seems that i should append commonmark rule and tests, right?

But i'm not quite sure about the way it should be presented in markdown.

UPD: oh i opened a bug issue, sorry. Can't remove label

@fgazat fgazat added the bug Something isn't working label Aug 9, 2023
@JohannesKaufmann
Copy link
Owner

Hi @fgazat

you are right, that is not part of the Commonmark specification. So we don’t really know what to display in the markdown.

There are some ideas for the syntax. And some markdown processors support it.

But I don’t think there is a standard, yet.

To proceed further, we would have to research the different options.

Then we could implement a plugin for that. A plugin can also extend the rules.

——

Another option is to keep those specific html tags in the resulting markdown. With the Keep() function you can configure this behavior.

@JohannesKaufmann JohannesKaufmann added enhancement New feature or request and removed bug Something isn't working labels Aug 11, 2023
@JohannesKaufmann JohannesKaufmann added help wanted Extra attention is needed plugin labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed plugin
Projects
None yet
Development

No branches or pull requests

2 participants