Skip to content

Conversation

@TheRealVira
Copy link
Contributor

@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 <nweidema@usc.edu>
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 <nweidema@usc.edu>
@TheRealVira
Copy link
Contributor 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
Contributor 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