Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Frama-C Website
Merge requests
!30
[plugins] Convert to Markdown, normalize section names and URLs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[plugins] Convert to Markdown, normalize section names and URLs
plugins-to-markdown
into
master
Overview
4
Commits
10
Pipelines
13
Changes
63
1 unresolved thread
Hide all comments
Merged
Andre Maroneze
requested to merge
plugins-to-markdown
into
master
4 years ago
Overview
4
Commits
10
Pipelines
13
Changes
2
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
version 9
version 12
bd3a2f45
4 years ago
version 11
16f84b5d
4 years ago
version 10
be491dd3
4 years ago
version 9
6ce5855f
4 years ago
version 8
9ca34d83
4 years ago
version 7
cf78d391
4 years ago
version 6
5dfb2033
4 years ago
version 5
a0171ca6
4 years ago
version 4
5665a281
4 years ago
version 3
1c5ff9fa
4 years ago
version 2
2f3df371
4 years ago
version 1
afb8f003
4 years ago
master (base)
and
version 10
latest version
6b4943e1
10 commits,
4 years ago
version 12
bd3a2f45
9 commits,
4 years ago
version 11
16f84b5d
9 commits,
4 years ago
version 10
be491dd3
8 commits,
4 years ago
version 9
6ce5855f
7 commits,
4 years ago
version 8
9ca34d83
6 commits,
4 years ago
version 7
cf78d391
5 commits,
4 years ago
version 6
5dfb2033
4 commits,
4 years ago
version 5
a0171ca6
1 commit,
4 years ago
version 4
5665a281
1 commit,
4 years ago
version 3
1c5ff9fa
1 commit,
4 years ago
version 2
2f3df371
1 commit,
4 years ago
version 1
afb8f003
1 commit,
4 years ago
Show latest version
2 files
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
_layouts/feature.html
+
7
−
4
Options
@@ -4,18 +4,21 @@ css: plugin
title: Kernel
&
Plugins - Frama-C
---
<body
class=
"page-template page-template-page-kernel page-template-page-kernel-php page
page-id-179
nonTouch"
>
<body
class=
"page-template page-template-page-kernel page-template-page-kernel-php page nonTouch"
>
<div
id=
"wrapper"
class=
"hfeed"
>
{% include headers.html header=2%}
{% include headers.html header=2
%}
<div
id=
"container"
class=
"mainContainer"
>
<div
class=
"tabs"
>
<div
class=
"wrap"
>
{% for tab in site.data.tabs %}
<a
class=
"tabLink {% if page.active==forloop.index %}active{% endif %}"
href=
"{{ tab.link }}"
>
{{ tab.name }}
</a>
<em></em>
{% endfor %}
<a
class=
"tabLink {% if page.active==forloop.index %}active locked{% endif %}"
href=
"{{ tab.link }}"
>
{{ tab.name }}
</a>
{% unless forloop.last %}
<em></em>
{% endunless %}
{% endfor %}
{% if page.active == 1 %}
<div
class=
"tabOptions"
>
Loading