Geert van Horrik
7460e9fa78
Fix file name typo
8 years ago
Geert van Horrik
f6a6421bad
Skip empty ul element generation for empty h1 lists
8 years ago
Geert van Horrik
1ee6de14b8
Improved nested ToC generated code
8 years ago
Geert van Horrik
895727586e
Generate the requested levels in the ToC (default = 2)
8 years ago
Geert van Horrik
f690ac744f
Introduce NavigationContext to make it easier to add new navigation properties in the future
8 years ago
Geert van Horrik
fad6eb5ab0
Merge branch 'master' into pr/max-level-in-toc
# Conflicts:
# src/DocNet/INavigationElement.cs
# src/DocNet/NavigatedPath.cs
# src/DocNet/NavigationElement.cs
# src/DocNet/NavigationLevel.cs
# src/DocNet/SimpleNavigationElement.cs
8 years ago
Frans Bouma
7e11dc1f99
version bump
8 years ago
Geert van Horrik
d099b79739
Disable index.htm replacement for now
8 years ago
Geert van Horrik
409e4de679
Don't remove index.htm when it's the only content of a link
8 years ago
Geert van Horrik
d9d4594b34
Remove index.htm from the target url (since navigating to the folder auto-navigates to the index.htm)
8 years ago
Geert van Horrik
1ef728edd4
Put "folder-only" navigation levels inside the right folder when using one of the relative path specifications
8 years ago
Geert van Horrik
f143279394
Add PathSpecification.RelativeAsFolder to generate a single folder for each file
8 years ago
Geert van Horrik
8cd24cfd73
First working version of newly generated indexes (PathSpecification: relative)
8 years ago
Geert van Horrik
5dc2ecbeb1
Introduce PathSpecification to config and migrate properties to methods so PathSpecification can be passed in
8 years ago
Geert van Horrik
3e4a503ad3
List all headings and build a hierarchy of the headings inside a markdown file
8 years ago
Frans Bouma
e8fe043cea
Cleanup of PR
8 years ago
Geert van Horrik
f516b9378e
Changes after code review
8 years ago
Geert van Horrik
613c584e25
Support automatic inclusion of files using ** (e.g. reference/**)
8 years ago
Geert van Horrik
a90a89c996
Add RelativeSourceFileName and RelativeTargetFileName variables for the htm template
8 years ago
Frans Bouma
092deb5156
Version bump
8 years ago
Frans Bouma
f41ea3dd5d
Changes to PR code
8 years ago
Geert van Horrik
b50f10367f
Update tests to include anchor links
8 years ago
Geert van Horrik
0aaa4e05b4
Support conversion of local links to md files (disabled by default, can be enabled by "convertLocalLinks=true" in the config)
8 years ago
Frans Bouma
c13ea54fa7
Added light theme, fixed #40
9 years ago
Frans Bouma
71105f3961
Changes:
- v0.14 version bump (not done yet)
- clean up of projbook project files on disk
- fix in path read in @snippet statement
- added references to System.Collections.Immutable to several projects
as it's indirectly loaded and will make docnet fail at runtime if
missing
9 years ago
Frans Bouma
99bca92566
Merge pull request #39 from FransBouma/SnippetExtension
Implements #38
9 years ago
Frans Bouma
b18d6f6880
Implements #38
Implements the @snippet statement, with tests.
9 years ago
Frans Bouma
e0d2147f0c
Version bump to 0.13.2, so it gets aligned with the releases page again
9 years ago
Frans Bouma
a2357b8a19
Fixes #37
Fixes issue: Nesting groups without index pages could lead to
'Collection was modified' exception.
9 years ago
Frans Bouma
16961be1a9
Fixed tests for v0.13
9 years ago
Frans Bouma
16d68a8954
Implements #36 , version bump to 0.13
Adds permalink anchor inside all header HTML tags. Themes are adjusted
to have a 'headerlink' css class to deal with this anchor: it's visible
only when hovered.
9 years ago
Frans Bouma
51207e657a
FIXES #35
9 years ago
Frans Bouma
13ab6f0f15
Bugfix for include filenames containing quotes. Changes for #32 .
10 years ago
Frans Bouma
b35163b10e
Corrections on #31 code, _partial=>Includes. Spaces=>Tabs, some clean up (minor)
10 years ago
Seemant Rajvanshi
6e9c27d9d5
Added support for @@include tag which will allow embedding html/markdown files from the '_partial' folder
10 years ago
Frans Bouma
a67bfae42f
Fixes #30
10 years ago
Frans Bouma
dd2e6db9ed
Fixes #26
10 years ago
Frans Bouma
d41051959d
Fixes the edge case brought up by PR #29
10 years ago
Frans Bouma
6d94ce5f3e
Fixed issue with {{ExtraScript}} not being removed if no extra was needed. Fixes issue with wrapping ToC headers causing confusion (line height is now properly set). Tweaked theme a bit. Added LLBLGen Pro theme. Removed color duplicate from theme.css for navigation, it was defined in colors already.
10 years ago
Frans Bouma
d69c9f87e9
Added 'alert tip' support, so it's now possible to create an alert box which is green and shows 'tip' instead of info/danger/important/warning
10 years ago
Frans Bouma
9eeef2868f
Version to v0.10: added support for Extra mode's {} special attributes for links and images (id, class, name-value pairs). Updated theme to support 'img.shadowed' which is usable through special attributes. Figure images are always shadowed. Fixed some horrible code formatting from old markdown code.
10 years ago
Frans Bouma
0267d3ffe4
Included fix from sibling Fork
9473a8fee4
10 years ago
Frans Bouma
64a0f517bd
Included fix from sibling fork
1affa872af
10 years ago
Frans Bouma
369ec757c0
Made alert type specifications case insensitive
10 years ago
Frans Bouma
72c701625b
Added @alert Important support, which displays as a Warning but with the 'Important' title instead
10 years ago
Frans Bouma
98037f88b5
Bumped version to 0.9.1
10 years ago
Frans Bouma
0c32687b30
Changes
Updated theme to support 'figure' divs
Added shadows to images and code blocks in theme
10 years ago
Frans Bouma
549e7f6e34
Titled Image test added
10 years ago
Frans Bouma
b1784a7c82
Enabled Titled Image rendering. No CSS yet
Titled image rendering is enabled by default, and is used if the image
specification contains a title specification, like: . If the title is omitted, the image is rendered normally.
10 years ago
Frans Bouma
be61985ed9
Changes:
Implements #14
Added changes so HTML generated for some elements in the ExtraMode
extensions work with the CSS in themes.
Added dl/dt CSS statements
Bumped version to 0.9.0
10 years ago