Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 991
Zeile 11... Zeile 11...
11
 * file that was distributed with this source code.
11
 * file that was distributed with this source code.
12
 */
12
 */
Zeile 13... Zeile 13...
13
 
13
 
Zeile -... Zeile 14...
-
 
14
namespace League\CommonMark\Parser;
14
namespace League\CommonMark\Parser;
15
 
Zeile 15... Zeile 16...
15
 
16
use League\CommonMark\Exception\CommonMarkException;
16
use League\CommonMark\Node\Block\Document;
17
use League\CommonMark\Node\Block\Document;
17
 
18
 
18
interface MarkdownParserInterface
19
interface MarkdownParserInterface
19
{
20
{
20
    /**
21
    /**
21
     * @throws \RuntimeException
22
     * @throws CommonMarkException