Socket
Socket
Sign inDemoInstall

marked-footnote

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked-footnote - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

changelog.md

@@ -0,1 +1,8 @@

## marked-footnote [1.0.1](https://github.com/bent10/marked-extensions/compare/marked-footnote@1.0.0...marked-footnote@1.0.1) (2023-10-18)
### Bug Fixes
* removes the "dir" attribute from the footnotes heading ([152f77e](https://github.com/bent10/marked-extensions/commit/152f77ee4bd16a39736fa68aaeccec9d5a49daef))
# marked-footnote 1.0.0 (2023-10-10)

@@ -2,0 +9,0 @@

2

dist/index.js

@@ -87,3 +87,3 @@ function createFootnote({

let footnotesHTML = '<section class="footnotes" data-footnotes>\n';
footnotesHTML += `<h2 id="${prefixId}label" class="sr-only" dir="auto">${raw.trimEnd()}</h2>
footnotesHTML += `<h2 id="${prefixId}label" class="sr-only">${raw.trimEnd()}</h2>
`;

@@ -90,0 +90,0 @@ footnotesHTML += `<ol>

{
"name": "marked-footnote",
"description": "A marked extension to support GFM footnotes",
"version": "1.0.0",
"version": "1.0.1",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -149,3 +149,3 @@ # marked-footnote

<section class="footnotes" data-footnotes="">
<h2 id="footnote-label" class="sr-only" dir="auto">Footnotes</h2>
<h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>

@@ -310,3 +310,3 @@ <li id="footnote-1">

<section class="footnotes" data-footnotes>
<h2 id="footnote-label" class="sr-only" dir="auto">Footnotes</h2>
<h2 id="footnote-label" class="sr-only">Footnotes</h2>
<ol>

@@ -418,3 +418,3 @@ <li id="footnote-1">

See [extensions list](https://github.com/bent10/marked-extensions/edit/main/readme.md#packages).
See [extensions list](https://github.com/bent10/marked-extensions#packages).

@@ -421,0 +421,0 @@ ## Contributing

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc