The Wayback Machine - https://web.archive.org/web/20200522161324/https://github.com/topics/gfm
Skip to content
#

gfm

Here are 91 public repositories matching this topic...

joshbruce
joshbruce commented Apr 13, 2020

miracles

Please see previous #1522 for backstory.

December 1st, 2017 the core team came together to take on Marked. Since then a lot has happened...a lot. Some changes in direction we wanted to talk about:

  1. Spec-compliance, semver, and a 1.0 release
  2. Make Marked more extensible ra
MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
luisapace
luisapace commented Feb 13, 2019

Hi, my team would like to use the package showdown_1.9.0 and to approve that I've to verify all its licenses (included those of all of the modules included), and to do that I've to analyze its source code.

Now I've noted that the Readme declares it under GPL V2, while the license.txt is BSD.

Could you please clarify what is the license of showdown_1.9.0?

Thanks.

rbalet
rbalet commented Nov 19, 2019

🐛 Bug Report

when using backtick within a table, the pipe | wont be espace by the backslash \
(originally raised here)

To Reproduce

try this code within a docusaurus md file

| Test                            | x        | x   |
| ------------------------------- | -------- | --- |
| `this pipe \| should be espace` |
cognociente
cognociente commented Jul 11, 2019

My markdown files are all named uniquely using a date format such as: "2019-07-11" but I have discovered that the wiki links cannot be followed if the following characters are contained in the filename '-' or '/' or '_' as examples - I'm sure there are more characters not supported.

This character limitation limits the usefulness of the wiki links feature enormously. Is this a bug or is their a

brrd
brrd commented Sep 4, 2017

From #200 @agirorn.

It would be nice if Abricotine could verify links and show a red underline for links have not been defined and are invalid. Also, every link could be checked if it actually exists.

[NotDefinedLink] The link is referring to reference that is not defined. 
[some website][NotDefinedLink] The link is referring to reference that is not defined. 

[BrokenLink] T
jsilvermist
jsilvermist commented Jan 11, 2017

When using Babel syntax highlighting you have to disable the default JavaScript package in order for it to be used in HTML script tags, and other such places.

After disabling the default JavaScript package, instead of switching to using Babel after restart like other syntax highlighters, markdown highlighting breaks in the first js/`javascript

AnthonyNahas
AnthonyNahas commented Dec 10, 2018

I can't run readme anymore after updating node from v8 to v10...

node: v10.14.1
npm: v6.4.1
OS: MacOS Sierra

A@anthony:~/git/someproject (master) $ readme
Markserv boot: starting Markserv...
path.js:39
throw new ERR_INVALID_ARG_TYPE('path', 'string', path);
^

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type object
a

Improve this page

Add a description, image, and links to the gfm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gfm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.