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

Allow <label> in <p> #98

Open
cthomasdta opened this issue Feb 18, 2021 · 1 comment
Open

Allow <label> in <p> #98

cthomasdta opened this issue Feb 18, 2021 · 1 comment

Comments

@cthomasdta
Copy link
Member

Zunächst importiert aus #94:

Daumen hoch für <label>, nicht nur in <list>! Brauche ich auch in <p>

Beispiel folgt hier.

@cthomasdta
Copy link
Member Author

cthomasdta commented Apr 29, 2021

Hier das versprochene Beispiel, siehe unter anderem
http://resolver.staatsbibliothek-berlin.de/SBB0001527300000018 ("3.", "4.")
http://resolver.staatsbibliothek-berlin.de/SBB0001527300000019 ("5." -- "8.")
und davor/danach die Seiten.

Humboldt schreibt Absätze, definitiv keine Listenstruktur, und nummeriert diese durch. Ich will da kein <head> o.Ä. um die Zahlen machen, sondern am liebsten, hier am Beispiel des dritten Punktes, "3. Nasenkönig":

<div>
   <p><label>3.</label> Nasenkönig. Ein Relief in Guatimala ge<g ref="#typoHyphen"/><lb break="no"/>funden
      <!-- […] --></p>
</div>

oder auch

<div>
   <p><label>3. Nasenkönig.</label> Ein Relief in Guatimala ge<g ref="#typoHyphen"/><lb break="no"/>funden
      <!-- […] --></p>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant