-
Updated
Jun 2, 2022 - Ruby
#
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 14,268 public repositories matching this topic...
Rich is a Python library for rich text and beautiful formatting in the terminal.
python
emoji
syntax-highlighting
markdown
terminal
progress-bar
python-library
python3
traceback
ansi-colors
rich
tables
terminal-color
progress-bar-python
tracebacks-rich
-
Updated
Jun 9, 2022 - Python
electron
emoji
editor
windows
macos
linux
markdown
mac
latex
vue
next-generation
source-code
element-ui
dark-mode
typewriter-mode
focus-mode
marktext
-
Updated
Jun 9, 2022 - JavaScript
Open
asciidoc checklists
5
arcnmx
commented
Jan 3, 2022
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOF
produces:
* ☐ a
* ☒ b
instead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
26
Ares-X
commented
Oct 15, 2020
Bug Report
Wiki.js | A modern and powerful wiki app built on Node.js
-
Updated
Jun 11, 2022 - Vue
-
Updated
Jun 6, 2022 - TypeScript
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
github
javascript
python
java
linux
kubernetes
markdown
open-source
development
web
ai
frontend
backend
tutorials
developer-tools
algorithms-and-data-structures
-
Updated
Jun 11, 2022
SeyeeL
commented
Apr 19, 2022
多设备同步收藏侧栏太容易丢了,还是用content多一点
good first issue
Good for newcomers
ux
:type/feature-request
Feature requests are in Logseq forum https://discuss.logseq.com/
Project documentation with Markdown.
-
Updated
Jun 8, 2022 - Python
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
-
Updated
May 25, 2022 - JavaScript
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
theme
markdown
php
yaml
cms
content
website
twig
symfony
php7
backer
sponsors
doctrine
flat-file
website-builder
grav
content-management
website-generation
gitflow-extensions
gitflow-model
webroot
-
Updated
Jun 10, 2022 - PHP
A bidirectional Markdown to HTML to Markdown converter written in Javascript
-
Updated
May 26, 2022 - 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
Mar 9, 2022 - JavaScript
hukacode
commented
Apr 23, 2022
Describe the bug
- Give an simple table and wikilink with an alias like this, I use
\
to escape|
because this wikilink is in a table.
| |
| -------------- |
| [[test\|Test]] |
- After I rename the
test.md
file totest2.md
, the table will be updated like this (missing the\
)
| |
| -------------- |
| [[test2|Test]] |
bug
Something isn't working
help wanted
Extra attention is needed
good first issue
Good for newcomers
A simple, in-browser, markdown-driven slideshow tool.
-
Updated
May 24, 2022 - HTML
Chinese copywriting guidelines for better written communication/中文文案排版指北
css
markdown
documentation
guideline
chinese
leancloud
copywriting
chinese-simplified
chinese-traditional
-
Updated
Jun 5, 2022
react
markdown
deck
keynote
reactjs
presentation
slides
gatsby
zero-config
mdx
gatsbyjs
gatsby-theme
mdx-deck
presentation-deck
theme-ui
-
Updated
Jun 3, 2022 - JavaScript
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.
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
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
High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
-
Updated
Jun 11, 2022 - C
jdufresne
commented
Mar 28, 2022
What steps are needed to reproduce the bug?
test.scss
$frames: ("one", "two", "three");
@each $name in $frames {
@keyframes frame-#{$name} {
/* CSS ... */
}
}
$ npx stylelint test.scss
test.scss
4:14 ✖ Expected keyframe name to be kebab-case keyframes-name-pattern
The name is kebab case, but due to the string interpolation, the line is f
status: ready to implement
is ready to be worked on by someone
type: bug
a problem with a feature or rule
syntax: scss
relates to SCSS and SCSS-like syntax
good first issue
is good for newcomers
Render markdown on the CLI, with pizzazz! 💅🏻
-
Updated
May 28, 2022 - Go
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
DefinitelyTyped
definitions also mark this incorrectly as being supported still.A workaround is importing one of the structur