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

Améliorer la mise en page durant la Markdownisation #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2016

  1. Améliorer la mise en page durant la Markdownisation

    - Sauts de ligne désormais pilotés uniquement par <p> et <br>, et
      non plus par des \n existants (ce qui est le cas dans
      legifrance il me semble) (présence de \n bidon dans certains
      XML)
    - Des tags tels que <p>, <br>, etc automatiquement supprimés
      par `contenu.text`
    - Assurer que l'on aura uniquement deux \n entre paragraphs, y
      compris pour les listes (plus lisible pour moi)
    tianyikillua committed Dec 25, 2016
    Configuration menu
    Copy the full SHA
    68da588 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Configuration menu
    Copy the full SHA
    00a41c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    176b65b View commit details
    Browse the repository at this point in the history