-
#number should be current repo issue / pull request number
And repo-owner/repo#number should be https://github.com/repo-owner/repo/issues/number or https://github.com/repo-owner/repo/pull/number
For…
B0pol updated
3 years ago
-
Enable auto parsing of urls in non markdown syntax:
- https://github.com/markdown-it/markdown-it#linkify
- https://github.com/markdown-it/linkify-it
Note: Allowed links should match current ric…
-
## Description
Logging content to stderr is quite slow inside jupyterlab. Consider the following snippet -
```python
import logging
logger = logging.getLogget()
for i in range(1000):…
-
Hi! Thanks for this library -- I use it in my new mailing list software to detect links in emails. Someone brought what appears to be a bug to my attention: https://lists.flounder.online/crabmail/thre…
-
**Description:**
When using the `MarkdownText` composable from the library, it renders the markdown content using an `AndroidView`. However, I encountered an issue where **adding a `Modifier.clicka…
-
spec 0.13 lets you give a facebook link under contact - it would be nice to linkify it.
-
Make Cmd-click on a filename (eg in srcs) open the file. And similarly, have a Bazel target name (eg in deps) link to the target in the appropriate BUILD file (if it's in the workspace).
-
I tried using the Linkify plugin in the latest Etherpad version (git version: 5dd64df) but it doesn't work, the [[...]] don't change into links.
There are no errors.
-
-
**Describe the bug**
Twitter::linkify() has the line `$text = preg_replace('/\s+/', ' ', $text);`. This strips out consecutive line breaks. I'm not sure why the linkify tries to remove extra spaces…