| Лицензия |
Лицензия
http://opensource.org/licenses/MIT;link=https://github.com/ujifgc/pagedown/blob/master/LICENSE.txt
|
|---|---|
| Группа | Группаorg.osgi |
| Идентификатор | Идентификаторosgi.enroute.stackexchange.pagedown.webresource |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеosgi.enroute.stackexchange.pagedown.webresource
PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview. The largest part is based on work by John Fraser, a.k.a. Attacklab. He created the converter under the name Showdown and the editor under the name WMD. See this post on the Stack Exchange blog (http://blog.stackoverflow.com/2008/12/reverse-engineering-the-wmd-editor/) for some historical information.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enroute.stackexchange.pagedown.webresource/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.enroute.stackexchange.pagedown.webresource</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.stackexchange.pagedown.webresource/
implementation 'org.osgi:osgi.enroute.stackexchange.pagedown.webresource:1.1.1'
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.stackexchange.pagedown.webresource/
implementation ("org.osgi:osgi.enroute.stackexchange.pagedown.webresource:1.1.1")
'org.osgi:osgi.enroute.stackexchange.pagedown.webresource:jar:1.1.1'
<dependency org="org.osgi" name="osgi.enroute.stackexchange.pagedown.webresource" rev="1.1.1">
<artifact name="osgi.enroute.stackexchange.pagedown.webresource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.enroute.stackexchange.pagedown.webresource', version='1.1.1')
)
libraryDependencies += "org.osgi" % "osgi.enroute.stackexchange.pagedown.webresource" % "1.1.1"
[org.osgi/osgi.enroute.stackexchange.pagedown.webresource "1.1.1"]