GithubHelp home page GithubHelp logo

mdx_del_ins's Introduction

Del/Ins Extension for Python-Markdown

Wraps the inline content with ins and del tags.

Installation

pip install git+git://github.com/aleray/mdx_del_ins.git

Usage

>>> import markdown
>>> src = """This is ++added content++ and this is ~~deleted content~~""" 
>>> html = markdown.markdown(src, ['del_ins'])
>>> print(html)
<p>This is <ins>added content</ins> and this is <del>deleted content</del>
</p>

Dependencies

Copyright

2011, 2012 The active archives contributors All rights reserved.

This software is released under the modified BSD License. See LICENSE.md for details.

mdx_del_ins's People

Contributors

aleray avatar

Stargazers

 avatar John Pellman avatar Mo Firouz avatar Shawn Wang avatar Tomonori Tanabe avatar Laszlo Szathmary avatar Alex Laurent avatar  avatar

Watchers

 avatar James Cloos avatar

mdx_del_ins's Issues

Issue with `pip install git+git://github.com/aleray/mdx_del_ins.git`

D:\SoftDevelopment\Projects\dcr>pip install git+git://github.com/aleray/mdx_del_ins.git
Collecting git+git://github.com/aleray/mdx_del_ins.git
  Cloning git://github.com/aleray/mdx_del_ins.git to c:\users\walte\appdata\local\temp\pip-req-build-z_lh5zkh
  Running command git clone --filter=blob:none --quiet git://github.com/aleray/mdx_del_ins.git 'C:\Users\walte\AppData\Local\Temp\pip-req-build-z_lh5zkh'
  fatal: remote error:
    The unauthenticated git protocol on port 9418 is no longer supported.
  Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet git://github.com/aleray/mdx_del_ins.git 'C:\Users\walte\AppData\Local\Temp\pip-req-build-z_lh5zkh' did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/aleray/mdx_del_ins.git 'C:\Users\walte\AppData\Local\Temp\pip-req-build-z_lh5zkh' did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

D:\SoftDevelopment\Projects\dcr>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.