Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
markdown_it.rules_inline.linkify Namespace Reference

Functions

bool linkify (StateInline state, bool silent)
 

Variables

 SCHEME_RE = re.compile(r"(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$", re.IGNORECASE)
 

Detailed Description

Process links like https://example.org/

Function Documentation

◆ linkify()

bool markdown_it.rules_inline.linkify.linkify ( StateInline  state,
bool  silent 
)
Rule for identifying plain-text links.