govspeak
govspeak copied to clipboard
Markdown extension library for Government editors
Some time ago I created a small [Govspeak prototype kit](https://github.com/DFE-Digital/govspeak-prototype-kit) which was heavily used by the DfE as part of the early COVID-19 response - its purpose was to allow...
I've just added the govspeak gem to a Rails 7.0.2.3 app in a Ruby 3.1.0 environment. On starting the app (via `rails s`) I got the error `cannot load such...
## What? Update so telephone numbers are clickable for users. ## Why? While working on [this PR](https://github.com/alphagov/govuk_publishing_components/pull/1909) I thought this would improve the UX and potentially the a11y for users....
## What Updates the function `add_acronym_alt_text` to not target acronyms in use within html tag attributes eg: When our acronym is `EIF`, the updated function **will** target ```html #EIF ```...
The [govspeak content guidance](http://govspeak-guide.herokuapp.com/#answer-summaries) says the summary formatting has been deprecated. Should [the code that creates the markup](https://github.com/alphagov/govspeak/blob/c9babca0820f1dfb56dacb83bb399fa4931a11bf/lib/govspeak.rb#L240) be removed? There's also a [related issue on static](https://github.com/alphagov/static/issues/1040) to remove the...
There are a number of common accessibility issues which are frequently included in our documents. They are currently being published without any automatic detection, and publishers are unaware that they...
## What Adding link to republishing guidance ## Why Improve guidance
As a content publisher publishing tables of mathematical or scientific data, I need to be able to format characters as superscript and subscript in table headers so that I can...
## Use Case As a user, I want to be able to click on a phone number from my mobile browser and have my phone call the number. At the...
There isn't currently a way to merge cells in tables in Govspeak. I'm working on a piece of content that includes a lot of tables. A few of them have...