Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/lib/plugins/prosemirror/parser/PreformattedNode.php
Назад
<?php namespace dokuwiki\plugin\prosemirror\parser; class PreformattedNode extends Node { protected $parent; protected $data; public function __construct($data, Node $parent) { $this->parent = &$parent; $this->data = $data; } public function toSyntax() { $lines = explode("\n", $this->data['content'][0]['text']); $text = implode("\n ", $lines); return ' ' . $text; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка