Skip to content

Commit

Permalink
Add abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Jul 29, 2019
1 parent 324a652 commit 4c567e7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vuepress/config.js
Expand Up @@ -54,5 +54,11 @@ module.exports = {
nav: [
{ text: 'Site web', link: 'https://entrepreneur-interet-general.etalab.gouv.fr' },
]
},
markdown: {
config: md => {
// use more markdown-it plugins!
md.use(require('markdown-it-abbr'))
}
}
}
2 changes: 2 additions & 0 deletions mesure-impact.md
@@ -1,3 +1,5 @@
*[PIA]: Programme d'investissements d'avenir

# Définir des indicateurs et mesurer son impact

[[toc]]
Expand Down
1 change: 1 addition & 0 deletions package.json
@@ -1,5 +1,6 @@
{
"dependencies": {
"markdown-it-abbr": "^1.0.4",
"remark": "^10.0.1",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -4865,6 +4865,11 @@ markdown-extensions@^1.1.0:
resolved "https://registry.yarnpkg.com/markdown-extensions/-/markdown-extensions-1.1.1.tgz#fea03b539faeaee9b4ef02a3769b455b189f7fc3"
integrity sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==

markdown-it-abbr@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/markdown-it-abbr/-/markdown-it-abbr-1.0.4.tgz#d66b5364521cbb3dd8aa59dadfba2fb6865c8fd8"
integrity sha1-1mtTZFIcuz3Yqlna37ovtoZcj9g=

markdown-it-anchor@^5.0.2:
version "5.2.4"
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.2.4.tgz#d39306fe4c199705b4479d3036842cf34dcba24f"
Expand Down

0 comments on commit 4c567e7

Please sign in to comment.