#
Markdown
Markdown is a lightweight markup language. It is designed to be a simple, lightweight way to add formatting without prior HTML experience.
Here are 2,896 public repositories matching this topic...
electron
emoji
editor
windows
macos
linux
markdown
mac
latex
vue
efficiency
next-generation
mark-text
source-code
element-ui
dark-mode
typewriter-mode
focus-mode
-
Updated
Dec 27, 2021 - JavaScript
Piotr1215
commented
Jan 4, 2021
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
-
Updated
Dec 23, 2021 - JavaScript
A bidirectional Markdown to HTML to Markdown converter written in Javascript
-
Updated
Dec 23, 2021 - JavaScript
The open source embeddable online markdown editor (component).
javascript
editor
jquery
markdown
gfm
documentation
markdown-editor
marked
codemirror
commonmark
toc
katex
flowchart
markdown-writer
sequence-diagram
-
Updated
Dec 14, 2021 - JavaScript
react
markdown
deck
keynote
reactjs
presentation
slides
gatsby
zero-config
mdx
gatsbyjs
gatsby-theme
mdx-deck
presentation-deck
theme-ui
-
Updated
Sep 21, 2021 - JavaScript
This is probably the best web presentation tool so far!
javascript
markdown
keynote
slideshow
webpack
html5
css3
animation
presentation
html-presentation
slides
javascript-library
posthtml
markdown-it
ppt
webslide
-
Updated
Jan 25, 2021 - JavaScript
ilyub
commented
Dec 20, 2021
What is the problem you're trying to solve?
I guess that selector-max-universal is performance related rule.
I.e. it is supposed to forbid patterns that hit perfomance.
Consider the following patterns (with selector-max-universal = 1):
- "*" involves O(N) search. So, it is Good.
- "* *" involves O(N^2) search. So, it is Bad.
- "* + *" involves O(N) search ("+ *" = next element = it
2
g-savitha
commented
Jan 17, 2021
Currently, few icons are not visible in dark theme. Make them visible by using theme neutral icons. May be we can make use of https://shields.io/ to generate our own kind of badges. For eg: Javascript.
An extremely simple, pluggable static site generator.
-
Updated
Dec 21, 2021 - JavaScript
wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析
-
Updated
Mar 19, 2020 - JavaScript
917huB
commented
Nov 10, 2019
A markdown version emoji cheat sheet
-
Updated
Dec 12, 2021 - JavaScript
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
nodejs
javascript
syntax-highlighting
markdown
gfm
parser
node
parse
markdown-parser
commonmark
compile
md
markdown-it
jonschlinkert
docusaurus
-
Updated
Dec 15, 2021 - JavaScript
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
-
Updated
Dec 23, 2021 - JavaScript
(discontinued) Your all-purpose markdown editor.
-
Updated
Jul 7, 2020 - JavaScript
Client-Side JavaScript Site Generator
-
Updated
Apr 28, 2021 - JavaScript
A Node.js style checker and lint tool for Markdown/CommonMark files.
-
Updated
Dec 28, 2021 - JavaScript
Created by John Gruber
Released March 19, 2004
- Website
- daringfireball.net/projects/markdown
- Wikipedia
- Wikipedia


Marked version:
3.x.x
Describe the bug
A clear and concise description of what the bug is.
Right now,
import {use} from "markedjs"does not work, this worked in 2.x.x.To Reproduce
Steps to reproduce the behavior:
Install & import it.
The
DefinitelyTypeddefinitions also mark this incorrectly as being supported still.A workaround is importing one of the structur