TosinAbasi0815
Grünschnabel
Hallo, ich habe wie im Video beschrieben, die Parsdown.php eingebunden:
YouTube Video
Anbei:
Ohne PHP, nur der Editor:
https://www.dropbox.com/s/p0ihrh1f3mxv7fw/Bildschirmfoto vom 2016-04-16 17-18-07.png?dl=0
Mit dem Einbinden:
https://www.dropbox.com/s/whxbugbbf0sdpo4/Bildschirmfoto vom 2016-04-16 17-18-58.png?dl=0
Ich habe beim Probieren auch alle Dateien in den localhost gemacht.
YouTube Video
Anbei:
PHP:
<?php
include 'Parsedown.php';
$Parsedown = new Parsedown();
$text = file_get_contents('HuhuHaha.txt');
echo $Parsedown->text($text);
?>
Ohne PHP, nur der Editor:
https://www.dropbox.com/s/p0ihrh1f3mxv7fw/Bildschirmfoto vom 2016-04-16 17-18-07.png?dl=0
Mit dem Einbinden:
https://www.dropbox.com/s/whxbugbbf0sdpo4/Bildschirmfoto vom 2016-04-16 17-18-58.png?dl=0
Ich habe beim Probieren auch alle Dateien in den localhost gemacht.
Zuletzt bearbeitet: