Skip to content

Commit

Permalink
fix single line breaks and markdown styles/copy
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMit committed Jan 6, 2020
1 parent f0bae9a commit 7e732a4
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 72 deletions.
139 changes: 75 additions & 64 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add release notes to this file and also upload to https://github.com/VermontDepa
Release notes should use the following template:
```md
## v### - Date `MMMM Do, YYYY` (ex. March 1st 2018)
## v### - Date `MMM Do, YYYY` (ex. Mar 1st 2018)
### Overview
### Release Notes
#### Content Additions
Expand Down Expand Up @@ -59,7 +59,7 @@ In Changelog.md, Github will automatically add links to issue ids and usernames,

### Release Notes

Multiple content updates from multiple authors!!! That's the mission, not the bells & whistles; although I will admit, the whistles are fun.
> Multiple content updates from multiple authors!!! That's the mission, not the bells & whistles; although I will admit, the whistles are fun.
#### Content Additions

Expand All @@ -84,7 +84,7 @@ Multiple content updates from multiple authors!!! That's the mission, not the be
* John (@jmathias3) - First Post (2x) 🎉
* Brian (@MudPunk) - Redgate Article & Copy Editing

## v0.4 - September 13th, 2019
## v0.4 - Sep 13th, 2019

### Overview

Expand All @@ -94,38 +94,38 @@ Multiple content updates from multiple authors!!! That's the mission, not the be

### Release Notes

Now deployed to [docgov.dev](https://docgov.dev/)
> Now deployed to [docgov.dev](https://docgov.dev/)
#### Content Additions

#61 add offline page when site isn't cached
add authentication draft
* #61 add offline page when site isn't cached
* add authentication draft

#### Enhancements

#23 add css tooltip
#29 add service worker
#40 add draft status
#41 add syntax highlighting theme picker
#43 add swipe to open side nav
#48 add settings page
#52 add last update field
#53 add github setup intro
#54 create doc gov icon and icon assets
#60 serve google fonts locally
#61 detect offline and add offline banner
#62 Add copy button to code snippets
DocGov.Dev domain acquired!
* #23 add css tooltip
* #29 add service worker
* #40 add draft status
* #41 add syntax highlighting theme picker
* #43 add swipe to open side nav
* #48 add settings page
* #52 add last update field
* #53 add github setup intro
* #54 create doc gov icon and icon assets
* #60 serve google fonts locally
* #61 detect offline and add offline banner
* #62 Add copy button to code snippets
* DocGov.Dev domain acquired!

#### Fixes

simplify toc text & update hash for scrollIntoView
* simplify toc text & update hash for scrollIntoView

#### Thanks

Brian (@MudPunk) - Worked on #52 add last update field
* Brian (@MudPunk) - Worked on #52 add last update field

## v0.3 - September 6th, 2019
## v0.3 - Sep 6th, 2019

### Overview

Expand All @@ -138,41 +138,40 @@ Brian (@MudPunk) - Worked on #52 add last update field

#### Content Additions

add acronyms page
#12 add contributing docs
#12 add code of conduct
#14 add author, team, project, and department pages
* add acronyms page
* #12 add contributing docs
* #12 add code of conduct
* #14 add author, team, project, and department pages

#### Enhancements

#1 add issue templates
#3 add side navbar
#13 add metadata linting / validation
#15 add syntax highlighting support
#17 add link to page history
#18 add social meta tags
#20 add 404 page
#21 add table of contents sidenav
#26 create re-usable post preview template
#28 add archive with all posts and limit homepage post count
#29 create brand icon, manifest, and social thumbnail
#30 add def list markdown syntax
#33 add responsive site title styles
#34 add minimal print styles
#37 add toggle to side navbar
#38 highlight active side navbar item
#42 use multi-word match, improve result highlighting
#45 better manage client side dependencies

add scrollspy and smooth scroll to toc
* #1 add issue templates
* #3 add side navbar
* #13 add metadata linting / validation
* #15 add syntax highlighting support
* #17 add link to page history
* #18 add social meta tags
* #20 add 404 page
* #21 add table of contents sidenav
* #26 create re-usable post preview template
* #28 add archive with all posts and limit homepage post count
* #29 create brand icon, manifest, and social thumbnail
* #30 add def list markdown syntax
* #33 add responsive site title styles
* #34 add minimal print styles
* #37 add toggle to side navbar
* #38 highlight active side navbar item
* #42 use multi-word match, improve result highlighting
* #45 better manage client side dependencies
* add scrollspy and smooth scroll to toc

#### Fixes

#31 allow line wraps on anchor tag highlights
* #31 allow line wraps on anchor tag highlights



## v0.2 - August 31st, 2019
## v0.2 - Aug 31st, 2019

### Overview

Expand All @@ -182,35 +181,35 @@ add scrollspy and smooth scroll to toc

### Release Notes

Renamed from **OpenSourced** to **DocGov**, with much consternation from Katie
> Renamed from **OpenSourced** to **DocGov**, with much consternation from Katie
#### Content Additions

add new hire intro materials
add M&O Jira ticket priorities
add how to install SSIS from sandra
#16 add markdown sample page
* add new hire intro materials
* add M&O Jira ticket priorities
* add how to install SSIS from sandra
* #16 add markdown sample page

#### Enhancements

#2 create tag pages and tab page index
#4 add search function with text highlighting.
#6 add metadata post layout
#27 add display density toggle
add inline js filter
rebrand doc gov
* #2 create tag pages and tab page index
* #4 add search function with text highlighting.
* #6 add metadata post layout
* #27 add display density toggle
* add inline js filter
* rebrand doc gov

#### Fixes

fix lighthouse audit perf and a11y
* fix lighthouse audit perf and a11y

#### Thanks

Brian (@MudPunk) - First Post & Copy Editing 🎉
Sandra - First Post 🎉
* Brian (@MudPunk) - First Post & Copy Editing 🎉
* Sandra - First Post 🎉


## v0.1 - August 23rd, 2019
## v0.1 - Aug 23rd, 2019

### Overview

Expand All @@ -220,7 +219,7 @@ Sandra - First Post 🎉

### Release Notes

Create initial 11ty site engine with sample contents, master layout, and post template
> Create initial 11ty site engine with sample contents, master layout, and post template
#### Content Additions

Expand All @@ -231,3 +230,15 @@ Create initial 11ty site engine with sample contents, master layout, and post te

* add edit button
* add layout page and styles





<style>
/* only show release tag in toc */
.toc li > ol {
display: none;
}
</style>

2 changes: 2 additions & 0 deletions assets/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ kbd {
box-shadow: 1px 1px 1px #8080806e;
}


/* allow anchor background to be visible */

a>code {
Expand Down Expand Up @@ -505,6 +506,7 @@ dt {

.split>* {
flex: 1;
width: 50%;
}

.split hr {
Expand Down
20 changes: 12 additions & 8 deletions posts/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ date: 2019-08-30
summary: "Markdown is a simple way to format text that is both human readable and can also be easily converted to a webpage"
---

It's no surprise... Markdown is my favorite ever! It translates really well into how I want to *\*write\** out of the box.
Markdown is a simple way to format text that is both human readable and can also be easily converted to a webpage! Personally, I find that it translates really well into how I want to *\*write\** out of the box.

It powers Stack Overflow, Github, and a good chunk of the internet, while offering a delicate balance between robust expressiveness in typography, human readability on all platforms, and amazingly simple full text search.
Markdown powers Stack Overflow, Github, and a good chunk of the internet, while offering a delicate balance between robust expressiveness in typography, human readability on all platforms, and amazingly simple full text search.

If you're just getting started there are a couple symbols to remember that will help translate text into **TEXT**! There are plenty of online guides already detailing various flavors, but here's a brief overview contextualized into this site, including which elements are available and how they are displayed.

Expand Down Expand Up @@ -151,9 +151,9 @@ For some external quick reference guides, you can check out [CommonMark](https:/
<div class="split">
<span>

Three Dashes: \---
OR three Astrix: \***
OR three Underscore: \___
Three Dashes: \---
OR three Astrix: \***
OR three Underscore: \___

</span>
<span>
Expand Down Expand Up @@ -321,9 +321,13 @@ $$\\\\nessie\prog\Software\\$$

<style>
/* prevent examples from showing up in toc */
li [href='#h--secondary'],
li [href='#h--tertiary'],
li [href='#h--quaternary'] {
.toc li [href='#h--secondary'],
.toc li [href='#h--tertiary'],
.toc li [href='#h--quaternary'] {
display: none;
}
/* override min-width */
.split table {
min-width: 50px;
}
</style>

0 comments on commit 7e732a4

Please sign in to comment.