Frans Bouma
a88c225573
LLBLGen Pro Documentation theme added
See it in action here:
http://www.llblgen.com/documentation/5.0/Designer/index.htm
10 years ago
Frans Bouma
13ab6f0f15
Bugfix for include filenames containing quotes. Changes for #32 .
10 years ago
Frans Bouma
eb6b1e36a2
Merge branch 'FlexSearch-feature-include1'
Merge of PR #31
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
95a1c8e41c
Updated gitignore for Jetbrains Rider
10 years ago
Frans Bouma
4144aa1bd4
Fix in theme.css: pre inside li now has normal line height instead of the higher line height of li
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
3dce975f23
Tweaked theme css a bit so pre blocks now have same bottom margin as p blocks
10 years ago
Frans Bouma
51c0c95f06
Fixed theme so code blocks in tabs don't have fancy shadow/border/margins. last p on tab is now also not having the default margin bottom so no empty space below last line in tab anymore
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
631ec22789
Tweaked pre.nocode CSS a bit to have a bit more padding inside the box
10 years ago
Frans Bouma
481226a535
Fixes #22
10 years ago
Frans Bouma
c2c0e97766
Changed dd CSS to have same line hight as p
10 years ago
Frans Bouma
868ed6ade8
Changed code span CSS a bit so padding left/right is smaller now, added margin left/right
10 years ago
Frans Bouma
78baaa4d20
Updated theme: shadow boxes are now more consistent. Alerts now have a slight shadow, looks better
10 years ago
Frans Bouma
98037f88b5
Bumped version to 0.9.1
10 years ago
Frans Bouma
87ff51994f
Updated theme for pre.nocode, it now also has shadow
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
Frans Bouma
257203f75c
Merge pull request #18 from MarcosMeli/patch-2
Fix Nuget packages folder reference
10 years ago
Frans Bouma
5c4582d759
Merge pull request #17 from MarcosMeli/patch-1
Fix Nuget packages folder reference
10 years ago
Marcos Meli
cd26811a89
Fix Nuget packages folder reference
10 years ago
Marcos Meli
c0528f5ca8
Fix Nuget packages folder reference
10 years ago
Frans Bouma
832a373d31
Removed MarkdownSharp, move to MarkdownDeep complete
Next step is to utilize the features MarkdownDeep brings to the table.
10 years ago
Frans Bouma
6f18a19ad5
Changes
Ported @Tabs support over.
10 years ago
Frans Bouma
d0019cfb59
Changes:
Cleaned up crappy public field naming/properties
Added @alert support
Added @fontawesome support
Added tests
10 years ago
Frans Bouma
40402eac34
Migrated H2 id collection for ToC to MarkdownDeep
10 years ago
Frans Bouma
ab4b402962
Changes:
Moved DocNet code to its own folder
Added MarkdownDeep parser code plus tests
Migrated DocNet code to use MarkdownDeep. Not complete yet (the h2
headers aren't collected yet).
10 years ago
Frans Bouma
2e8e76251a
Several changes:
- Theme has corrected margin on Header elements. It corrected an issue
in the markdown parser which wraps headers with P elements (See #11 ).
- Backported changes to MarkdownSharp from
https://github.com/PKRoma/MarkdownSharp/
10 years ago
Frans Bouma
f2d7617d28
Merge pull request #7 from l8nite/master
Fix readme link to gh-pages
10 years ago
Shaun Guth
147716063e
Fix link
10 years ago
Frans Bouma
eeacaa3941
Fixes #6
10 years ago
Frans Bouma
0b08a85f02
*sigh*, git commit didn't include this file! How advanced!
10 years ago
Frans Bouma
c11e13e62c
Fixed #4 . Text had shadow defined in the tab content
10 years ago
Frans Bouma
b14049bb87
Removed Constants as it's no longer needed, reads version now from Assembly FileVersion attribute
10 years ago
Frans Bouma
13f976cc82
FIX for #5
10 years ago
Frans Bouma
b88f9d51ce
Updated readme with link to documentation site
10 years ago
Frans Bouma
06937f67ad
Fixed issue with '@' in codeblocks, added more languages to highlight.js
10 years ago
Frans Bouma
a9b0f8ae9a
FIX: if a template marker was present in the content it got replaced as well
10 years ago