-
Does not support table
```js
showdown.setOption('tables', true);
showdown.setOption('tablesHeaderId', true);
var converter = new showdown.Converter(),
text = `|a|b|c|d|
|:-|:-:|:-:|-:|
|…
ghost updated
2 years ago
-
Now that the InfoMapper has been switched to path location strategy, I want to update markdown files that are used to **not** use has in the URL. However, this is not working, at least locally in the…
-
Using GNU IceCat and LibreJS, I am unable to load Showdown because it does not have a stylized license comment in it. Please add a comment of the format
```js
/*
* LICENSE HERE
*
*
*/
```
ghost updated
2 years ago
-
```
Markdown to reproduce the problem:
-------------
[URIs with Zs are cut off.][1]
[1]: http://www.youtube.com/watch?v=7qh9AZVVDxw
--------------
The url-matching regular expression:
/^[ ]{0,…
-
Hello, when I try to run my code that uses showdown.js, I get these errors:
Uncaught ReferenceError: showdown is not defined
It claims that this code line is wrong: const converter = new showdown.…
-
Hi, you package have license MIT, but showdown have Copyright
https://github.com/showdownjs/showdown/blob/master/license.txt
you can create a package with license MIT if this depend of a package wit…
-
## Issue
I'm trying to create a Player that always instantly forfeits. I'm doing this because i want to generate all possible pokemon builds that appear in random battles. However my memory is slowly…
-
```
Running "bower-install:app" (bower-install) task
showdown was not injected in your file.
Please go take a look in "app/bower_components/showdown" for the file you need, then manually include it i…
-
Seems this (great) tool does not support [Github Markdown "alerts"](https://github.com/orgs/community/discussions/16925), at least not without any extra options?
Would be excellent to support it! S…
-
Within Showdown's simulator API (https://github.com/smogon/pokemon-showdown/tree/master/sim), there are two functions Battle.toJSON and battle.fromJSON which allows users to serialize and deserialize …