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

parser/md: add buttons #55

Open
x1ddos opened this issue Jun 19, 2018 · 0 comments
Open

parser/md: add buttons #55

x1ddos opened this issue Jun 19, 2018 · 0 comments
Labels
feature request Category label for feature requests

Comments

@x1ddos
Copy link
Contributor

x1ddos commented Jun 19, 2018

The button parsing was removed in #33.
The button node creation already exists in

btn := types.NewButtonNode(true, true, dl, nodes...)
but because isButton always returns false, the node is never created.

For context, the button was here:

ps.emit(types.NewButtonNode(true, true, true, newBreaklessTextNode(s[1])))

/cc @samtstern @didrocks

@cassierecher cassierecher added the feature request Category label for feature requests label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Category label for feature requests
Projects
None yet
Development

No branches or pull requests

2 participants