-
Notifications
You must be signed in to change notification settings - Fork 0
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
html tag #2
Labels
invalid
This doesn't seem right
Comments
Allerdings sollten die
zu
|
bearbeitet
Von: Chris Reudenbach <[email protected]>
Gesendet: Samstag, 9. November 2019 20:23
An: environmentalinformatics-marburg/translate_wiki_to_md <[email protected]>
Cc: Subscribed <[email protected]>
Betreff: [environmentalinformatics-marburg/translate_wiki_to_md] html tag (#2)
Falls ein HTML Tag für exterene Bilderquellen vorhanden ist wird dieser nicht korrekt umgesetzt. Das Resultat ist wie folgt:
![ ]()
`<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg/640px-Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg?uselang=de" title="View from the west of the Fränkische Schweiz. In the center of the photo you can see the escarpment outlier // Walberla// ">``<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg/640px-Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg?uselang=de" width="250" alt="Fränkische Schweiz Westrand">``</a>``</a>`
`</html>`
Lösung 1: einfach vollständig ohne Änderung übertragen:
<html>
<a href="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg/640px-Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg?uselang=de" title="View from the west of the Fränkische Schweiz. In the center of the photo you can see the escarpment outlier // Walberla// "><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg/640px-Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg?uselang=de" width="450" alt="Fränkische Schweiz Westrand"></a></a>
</html>
wird zu:
<http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg/640px-Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg?uselang=de>
Lösung 2: Parsen damit das Ergebnis wie folgt aussieht:
![](http://upload.wikimedia.org/wikipedia/commons/thumb/d/d1/Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg/640px-Fr%C3%A4nkische-Schweiz-westliche-Kante-16-05-2005.jpeg?uselang=de)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#2?email_source=notifications&email_token=ABBRKSDTIDGAMLC2NKEXBN3QS4E2ZA5CNFSM4JLJGAFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYGHC5Q> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABBRKSF6QPKQKGEG5RTFFTDQS4E2ZANCNFSM4JLJGAFA> . <http://cdn.mailscanner.info/1x1spacer.gif>
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#2?email_source=notifications\u0026email_token=ABBRKSDTIDGAMLC2NKEXBN3QS4E2ZA5CNFSM4JLJGAFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYGHC5Q", "url": "#2?email_source=notifications\u0026email_token=ABBRKSDTIDGAMLC2NKEXBN3QS4E2ZA5CNFSM4JLJGAFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYGHC5Q", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Falls ein HTML Tag für exterene Bilderquellen vorhanden ist wird dieser nicht korrekt umgesetzt. Das Resultat ist wie folgt:
Lösung: HTML Tags inklusiver der Tags vollständig ohne Änderung übertragen:
wird zu:
The text was updated successfully, but these errors were encountered: