-
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 …
-
Hello,
I am not sure if this is a ng-showdown issue or Showdown issue but how to enable sanitization is missing from the docs. I had to look at multiple issues and the code itself to realise this.
…
-
On 1.9.1, the following code:
```
import * as showdown from "showdown";
const showdownConverter = new showdown.Converter({
excludeTrailingPunctuationFromURLs: true,
simplifiedAutoLink: tr…
-
Showdown takes too much time to process a malformed input
Steps:
1. create a file containing several '>' character
`$ printf '>%.0s' {1..600} > test ## this creates a file with 600 '>' characters`…
-
It doesn't seem possible to use the Markdown filter - the package asks for a markdown library, even if the Showdown package (the "official" markdown package for Meteor) is used. If there's no other wa…
-
Showdown __is__ a __Javascript__ Markdown to HTML converter ...
produces
Showdown __is____ __a__ ____Javascript__ Markdown to HTML converter ...
-
Some fields allow (some) HTML. We should have a way to edit that text, without just asking people to write HTML from scratch.
The current site has an [HtmlField](https://github.com/MuckRock/documen…
-
```
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,…
-
## 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…
-
https://etrex.blogspot.com/2017/03/blogger-code-markdown-prettyprint.html
===
在 blogger 貼漂亮 code 的方法(使用 markdown 和 prettyprint)
使用套件
[markdown](https://github.com/showdownjs/showdown)
[prettyprint](h…