Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bygg webbplats och länka till rubrik i Markdown #9

Open
mosbth opened this issue Sep 22, 2021 · 0 comments
Open

Bygg webbplats och länka till rubrik i Markdown #9

mosbth opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@mosbth
Copy link
Member

mosbth commented Sep 22, 2021

I uppgiften finns en deluppgift i Report sidan som ber dig länka internt.

  1. The page "About" has content in its sidebar. Add a sidebar to the page "Report" that links internally to the different headings (Report from...) in the page.

Den uppgiften är svår att utföra, svårigheten ligger i att skapa ett id i Markdown.

Detta är (bland annat) löst i något som heter Markdow Extra och då skriver man så här:

Report from kmom01/02 {#kmom01}
---------------------

Då kommer följande att genereras.

<h2 id="kmom01">Report from kmom01/02</h2>

Den modul vi använder för att parsa Markdown kan inte göra detta, men i ett separat paket finns det stödet.

Jag har uppdaterat så att nästa år kommer vi använda Parsedown Extra istället för Parsedown. Se följande uppdateringar till koden.

https://github.com/dbwebb-se/webtec/blob/main/example/php/pagecontroller-exercise-2022/public/report.php#L7
https://github.com/dbwebb-se/webtec/blob/main/example/php/pagecontroller-exercise-2022/composer.json#L36

@mosbth mosbth added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 22, 2021
@mosbth mosbth self-assigned this Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant