-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: ajout d'une balise youtube dans le markdown #810
Merged
vincentporte
merged 5 commits into
master
from
790-video-yt-ajouter-une-syntaxe-markdown
Nov 14, 2024
Merged
feat: ajout d'une balise youtube dans le markdown #810
vincentporte
merged 5 commits into
master
from
790-video-yt-ajouter-une-syntaxe-markdown
Nov 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vincentporte
changed the title
feat(youtube): ajout d'une balise specifique dans le markdown
feat: ajout d'une balise youtube dans le markdown
Nov 8, 2024
vincentporte
force-pushed
the
790-video-yt-ajouter-une-syntaxe-markdown
branch
from
November 8, 2024 16:58
3e87479
to
527ba29
Compare
vincentporte
force-pushed
the
790-video-yt-ajouter-une-syntaxe-markdown
branch
from
November 8, 2024 17:10
527ba29
to
0ba7e25
Compare
vincentporte
added
python
Pull requests that update Python code
templating
technical debt
labels
Nov 8, 2024
vincentporte
pushed a commit
that referenced
this pull request
Nov 14, 2024
🤖 I have created a release *beep* *boop* --- ## [2.17.0](v2.16.0...v2.17.0) (2024-11-14) ### Features * ajout d'une balise youtube dans le markdown ([#810](#810)) ([adbff17](adbff17)) * **forum_conversation:** suppression du triage avant de pouvoir poser une question ([#818](#818)) ([f1b64c6](f1b64c6)) * **stats:** ajout de la colonne categorie dans les stats des fiches pratiques ([#812](#812)) ([c072b5f](c072b5f)) * **user:** authentification via un lien magique envoyé par email ([#804](#804)) ([64e04a3](64e04a3)) * **user:** basculer l'authentification vers ProConnect ([#731](#731)) ([5429fce](5429fce)) ### Bug Fixes * **attachment:** affichage des liens vers les fichiers des messages ([#806](#806)) ([7c34605](7c34605)) * **metabase:** deplanification d'une tâche résiduelle ([#808](#808)) ([692a274](692a274)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
vincentporte
added a commit
that referenced
this pull request
Nov 14, 2024
vincentporte
added a commit
that referenced
this pull request
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
🎸 Permettre l'ajout d'une video Youtube en iframe, en utilisant une balise de style markdown
[youtube:12345abc]
Type de changement
🎢 Nouvelle fonctionnalité (changement non cassant qui ajoute une fonctionnalité).
🚧 technique
Points d'attention
🦺 rationalisation des rendus de champs markdown via le gabarit
partials/rendered_md.html
🦺 rationalisation des vues
TopicContentView
etTopicCertifiedPostView
en utilisant directement le nouveau gabarit🦺 suppression du gabarit
post_preview.html
(code mort)