
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
md_inputs
is a python-mardown extension for inputs(text, select, checkbox...) in markdown document
Use [[ text ]] to make a inline input element.
Text must contion attribute: type
at least, like a html tag, your can add any attribute into the input element.
The value
attribute is used to set the checkbox
radio
select
input type value(selected
or checked
in given index(start from 0 for selected
), "1" means checked
)
If the type
is select
, the opt
and opt_value
attribute is used to set select options. opt
means the display text of selections, each item use :
to seperate. opt_value
is the value of options, the separated item count of the opt_value
must be the same of the opt
. if the opt_value
has not given, md_inputs will use the opt
instead the opt_value
.
[[type='select' opt='eopt1:eopt2' class='dfaj' id='eid1']]
<p><span><select class='dfaj' id='eid1' ><option value='eopt1'>eopt1</option><option value='eopt1'>eopt2</option></select></span></p>
[[type='select' opt='eopt1:eopt2' opt_value="1:2" class='dfaj' id='eid1' value="1"]]
<p><span><select class='dfaj' id='eid1' value='1' ><option value='1' >eopt1</option><option value='2' selected>eopt2</option></select></span></p>
markdown:
[[type='input' value="hello" id='edit1']]
html:
<p><span><input type='input' value='hello' id='edit1' /></span></p>
markdown:
[[type='checkbox' value="1"]]
html:
<p><span><input type='checkbox' value='1' checked /></span></p>
FAQs
Python-mardown extension for inputs(text, select, checkbox...) in markdown document
We found that md-inputs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.