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 marked text support in Markdown #87

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

TheRealVira
Copy link

@TheRealVira TheRealVira commented Sep 25, 2021

User could use this as the following:

==highlight me!==

Which then would get translated to:

<mark>highlight me!</mark>

Similar to my previous PR (#86) this might be a need feature to bring some color in text and it would help to make some highlighting (aside from using the underline function). My implementation should support inline text highlighting, but please check it for errors as I am a bit rusty with my C skills.

If you need anything else, please let me know! I am not sure if this is still active, but it's worth a try I guess 😄

This feature is widely used on other platforms too:

  • Typora
  • Obsidian
  • Quilt
  • IA Writer

sp3nx0r added a commit that referenced this pull request Oct 19, 2021
* Add case insensitive SipHash implementation
* Replace ref hash function with SipHash
* Add label to link_ref struct.
* Update find_link_ref to compare link labels as well as hashes
* Update add_link_ref to disallow duplicate entries.
* cast to char from uint8_t for strncasecmp
* update README markdown, remove TODO
* add py2 wheel generation
* fix: add logic for older glibc not having getrandom, impacting staging

Co-authored-by: Nicolaas <[email protected]>
sp3nx0r added a commit that referenced this pull request Oct 20, 2021
* Add case insensitive SipHash implementation
* Replace ref hash function with SipHash
* Add label to link_ref struct.
* Update find_link_ref to compare link labels as well as hashes
* Update add_link_ref to disallow duplicate entries.
* cast to char from uint8_t for strncasecmp
* update README markdown, remove TODO
* add py2 wheel generation
* fix: add logic for older glibc not having getrandom, impacting staging

Co-authored-by: Nicolaas <[email protected]>
@TheRealVira
Copy link
Author

Hey @sp3nx0r I have seen your commit, but am a bit confused now. Is my PR still compatible? Do you need anything from me to merge it?

@TheRealVira
Copy link
Author

💇‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant